NPTEL- Problem Solving Through Programming In C Assignment-0 Questions


Problem Solving Through Programming In C 

NPTEL-Assignments

Week O : Assignment - O

The marks of week 0 assignment will not be consider for evaluation   1 point 
  
1. Which among the following is the most complete definition of Programming? 
                                                                                                                  1 point 
                                                                                                       
 
2. Which of the following controls the way in which the computer system works and give means by which users can interact with the computer?        1 point
The motherboard
The operating system
The application software
The RAM                                                                                               

3. CPU consists of                                                                                  1 point
ALU, Control Unit
ALU, Main memory, Control Unit
ALU, monitor, Registers
ALU, Control Unit, Hard Disk
                                                                                                         
4. C was developed by                                                                           1 point
Charles Babbage
Ada Lovelace
Dennis Ritchie
                                                                                               
5. C is-                                                                                                    1 point
General-purpose programming language
Domain-specific programming language
Page description programming language
None of the above
                                                                                                         
6. The relation between bit and byte in digital logic is                        1 point
1 byte = 10 bits
1 byte = 2 bits
                                                                                                 
7. Which of the following is not a programming language?                1 point
C
Python
                                                                                                           
8. The binary AND operation of the numbers “100101” and “110011” results (in decimal)                                                                                                1 point
100001
33
                 
9. Which of the following is not an input device of computer?            1 point
Printer
Mouse
Keyboard
10. The process through which an user can find error(s) in a program is called                                                                                                                    1 point
Searching
Debugging
Processing


No comments:

Post a Comment