You are on page 1of 5

q1) which is an impact printer?

a)LASER printer
b)Daisy wheel
c)dot matrix printer
d)b and c

q1) who was the first programmer?


a)Blaise Pascal
b)John Pascal
c)Charles Babbage
d)answer is not given

q1) Artificial Intelligence means


a)MAking computer bigger
b)making computer portable
c)making computer smart and intelligent
d)answer is not given

q1) Binary number system uses


a) 0 and 1
b) 1 and 1
c) 1 and 0
d) a and c are right

q1) what is the equivalent of 7 (base 8) to binary


a) 0000
b) 1111
c) 110
d) 111
q1) what is the data type used to input only integer values in C
a) int
b) float
c) char
d) all are right

q1) Which is an invalid variable in C?


a) int a;
b) float a1;
c) int 1a;
d) all are right

q1) Looping concept executes


a) statements again and again
b) solves complex problem
c) we can do multiple input using same variable
d) all are right(a,b,c)

q1) In Boolean algebra,we write A+A=A. This is called..


a) Identity law
b) Boundedness law
c) Idempotent law
d) De-morgans law

q1) In multimedia, we can use


a) audio
b) video
c) picture
d) All of the above(a,b,c)
q1) In multimedia, the extension of picture can be
a) jpg
b) jpeg
c) picture
d) a and b
q1) In HTML, we use ....tag to create a table.
a) table
b) t
c) tabale
d) All of the above
q1) In HTML 5.0, we use tags
a) embed
b) object
c) img
d) All of the above

q1) If we compare if..else if and switch then


a) 'switch' is faster
b) 'if ..else if' is faster
c) Both are faster
d) All of the above
q1)If we use following code then it will give us

int i=1;
while(i<=3)
{
printf("%d,",i);
}
a)1
b)1 1
c)will not give anything
d)infinite 1
----------------------------------
q1)Let the following code.
int b=78,c=5;
int a=(b++)+1;
a--;
printf("%d,",++a+c);
It will return us
a)84
b)85
c)83
d)given code is invalid
-----------------------------
q1)If we write int a=4;

It will consume...
a)2 bytes memory
b)4 bytes memory
c)it depends on the compiler/system we use
d)given code is invalid
---------------------------------
q1)Which can be the video type

a).mp4
b).wmv
c).mpeg
d)all of the above
-------------------------------
q1)Multimedia contains

a)video
b)audio
c)pictures
d)all of the above
------------------------
q1)HTML 5.0 helps us to use

a)video tag
b)audio tag
c)section tag
d)all of the above
---------------------------
q1)SVG is ..... based pictures.

a)Pixel
b)Vector
c)shaped
d) b and c
-----------
q1)In Ms-word, totally, we have ..... alignments
a)1
b)2
c)3
d)4
In DOS console there are...types of commands
a)1
b)2----internal and external commands
c)3
d)4

There are .... types of Interrupt in an OS.


a)1
b)2
c)3
d)4
Mobile operating system developed by Google is
a)GO
b)Google
c)Android
d)SAMBA
the operating system developed in C language is
a)Linux
b)Android
c)Unix
d)Eduntu
--------------------------------------
Open source software has ....properties.
a)we can view the code
b)We can buy that
c)We can re-distribute the code
d)We can share that
e)a,c, and d
-----------------------------------------
Different distribution of LInux is/are:
a)Mint
b)Debian
c)Ubuntu
d)a,b, and c
---------------------------------------
WINDOWS support
a)Real Time OS.
b)Multitasking
c)Multiprocessing
d)a,b, and c
--------------------------------------
If a resource is being used by a hardware and another hardware wants to use same
resource at same time then it is called
a)OS failure
b)OS deadlock
c)Deadlock prevention
d)none of the above
-----------------------------------------
Which of the following is a cyber crime?
a)making a virus
b)hacking
c)locking an e-mail id
d)all of the above
-----------------------------------
We have to respect the data and privacy of an oraganization.
a)true
b)false
-------------------------------------------------
Some moral principles that have to used while using computer are:
a)do not steal informations
b)Do not snoop around
c)Do not hack the system
d)do not transfer fund illegally.
e)a,b,c,d,
----------------------------------------
Intellectual Property rights means
a)Artistic work
b)Inventions
c)discoveries
d)a,b,c
REco
a)video
b)audio
c)pictures
d)a,b,c
Letting some objects to move or scroll in different time frame is called......
a)video
b)audio
c)pictures
d)animation
Which is the function of CU?
a)stores data
b)sends signal
c)encodes/decodes data
d)a,,b,c
which error is error-prone/difficult to detect?
1)syntax
2)logical
3)runtime
4)2 and 3
Algorithm ,Flowchart,Pseudocode are ...
1)Programming tools
2)logical tools
3)designing tools
4)2 and 3
(x+y+A)+1 gives us
1)1
2)2
3)0
4)all
We can process cheques/leaves using
1)BCR
2)OMR
3)A scanner named MICR
4)none
The program written by programmer is called
1)program
2)code
3)source code
4)machine code
Which is an application software?
1)Norton antivirus
2)Tik-tok
3)Twitter mobile apps
4)all of the above
A software used for video editing is called..
1)Packaged s/w
2)Tailored s/w
3)system software
4)all of the above

You might also like