Don’t worry, unlock all articles / blogs on PrepInsta by just simply logging in on our website
Notifications Mark All Read
No New notification
June 23, 2019
Question 1
Executor
Loader
Linker
Compiler
Good Job!
Oops!
In computing, a linker or link editor is a computer program that takes one or more object files generated by a compiler and combines them into a single executable file, library file, or another object file.
Please login to submit your explanation
Login to see your performance analytics by signing in
Start
Question 2
int
Float
Pointer
Double
The double type of data will give him the highest precision. e.g - 9.59716 secs
Question 3
128, -127
-128,127
264, -127
512, - 127
For unsigned integer, the possibilities are 2^8=256 However, for signed we can divide this by 2 i.e. 128. Thus array according to the basic storage will be from -128 to +127
Question 4
1024
512
2048
256
It is very simple since it is signed thus, 2^11 = 2048 will be the answer
Question 5
Before the computer can execute it
After the computer can execute it
In between execution
All of these
Source code is computer programming language instructions written in text that must be translated into machine code before execution by the CPU
Question 6
4
5
6
3
Since 2^6 is 64. For 60 a 6 bit integer will be enough
Question 7
float
short
boolean
none of the above
All of them are data types
Question 8
4 bytes, 65,534
2 bytes, 65,534
2 bytes, -32,768 to 32,767
4 bytes, -32,768 to 32,767
the storage size and the range for short is 2 bytes and -32768 to 32767 respectively.
Question 9
Pointer types
Array types
Enum Type
Structure types
Union types
All except, Enum Type are not derived type
Question 10
long
double
65000 comes in the range of short (16-bit) which occupies the least memory.
Please login to report
Login/Signup to comment
Get Hiring Updates right in your inbox from PrepInsta
Login/Signup to comment