1-Unit Bits
1-Unit Bits
(2). Part of algorithm which is repeated for fixed number of times is classified as
a) Reverse action b) Iteration c) Sequence d) selection
Answer: b
(8). A system program that sets up an executable program in main memory ready for execution
a) Linker b) Assembler c) Loader d) Interpreter
Answer: c
(16). C is a……………………………………………..
a) Machine language
b) High level language
c) High level language with some low level features
d) Low level language
Answer: c
(25). If both numerator and denominator of a division operation in C language are integers, then
we get?
a)Error b) real c)integer d)None
Answer: c
(27). A variable of type signed int can have the following range of values
a) -32768 to +32768 b) 0 to 65535 c) -32768 to +32767 d) -32767 to +32768
Answer: c
(34).An algorithm is
a) A chart showing the flow of a series of events
b) A decision arrived at by following instructions
c) Step-by-step instructions used to solve a problem
d) A computer program that follows a chart
Answer: c
(40). A name having a few alphabets, digits, and a special character underscore ( _ ) is called
a) Identifiers b) keywords c) C tokens d) constants
Answer: a