wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

Aagaz round 1 quiz

Total questions: 41

Worksheet time: 14mins

Name
Class
Date
1.

This is no pointer question

a)

pick me

b)

wrong

c)

wrong

d)

wrong

2.

Who was the runner up of FIFA 2018 ?

a)

Croatia 

b)

Argentina

c)

France

d)

Germany

3.

What is the state flower of Uttarakhand?

a)

Brahma Kamal

b)

Rose

c)

Sunflower

d)

Lotus

4.

Who is the father of computer science?

a)

Charles Babbage

b)

Bill Gates

c)

Alan Turing

d)

Steve Jobs

5.

What does HP stand for?

a)

Hewlett Packard

b)

Henry Packard

c)

Henry Packer

d)

Hewiit Packard

6.

IBM stands for ?

a)

International Business Machines

b)

International Bureau of Machines

c)

International Business Model

d)

Integrated Business Model

7.

Silicon city of India is:

a)

Bengluru

b)

Hyderabad

c)

Chennai

d)

Mumbai

8.

How many bytes does a  long int datatype take in 32 bit compiler?

a)

4 bytes

b)

8 bytes

c)

16 bytes

d)

32 bytes

9.

Who developed C language?

a)

Dennis Ritchie

b)

Guido Van Rossum

c)

Bjarne Stroustrup

d)

Mark Zuckerberg

10.

Who developed Python language?

a)

Guido Van Rossum

b)

Dennis Ritchie

c)

Bjarne Stroustrup

d)

Mark Zuckerberg

11.

Which technology was used in 3 generation of computers?

a)

ICs

b)

Transistors

c)

Magnetic Tape

d)

Vacuum Tubes

12.

TCS stands for?

a)

Tata Consultancy Services

b)

Tata Communication Service

c)

Tata  Commissioned Services

d)

Tata Corporation Services

13.

Where is the headquarters of Google?

a)

California

b)

New York,

c)

Washington

d)

San Francisco

14.

Who developed Yahoo?

a)

David Filo & Jerry Yang

b)

Dennis Ritchie & David Filo

c)

Vint Cerf & Jerry Yang

d)

Steve Case &Dennis Filo

15.

Who is the founder of Wipro?

a)

Azim Premji

b)

Vint Cerf

c)

Jerry Yang

d)

Steve Jobs

16.

Where is Microsoft India headquarters located?

a)

Hyderabad

b)

Chennai

c)

Mumbai

d)

Bengluru

17.

. Find the value of a and b?

     int a=10;

       int b;

      b=a++;   

a)

a=11,b=10

b)

a=10, b=10

c)

a=11, b=11

d)

a=10, b=11

18.

Which of the following is not a valid storage class?

a)

 dynamic

b)

 auto

c)

extern

d)

register

19.

float a[15], what is the size of array ?

a)

 60

b)

20

c)

30

d)

15

20.

Is it possible to run program without main() ?

a)

Yes

b)

No

c)

Can't say

d)

error

21.

sizeof() is a______

a)

operator

b)

function

c)

keyword

d)

library

22.

Which type of Language is C ?

a)

Procedural oriented programming

b)

Object oriented programming

c)

Semi-object oriented programming

d)

none

23.

What is the range of char data type?

a)

-128 to +127

b)

-2147483648 to 2147483647

c)

0 to 256

d)

-32768 to 32767

24.

Which of the following function is user defined?

a)

main()

b)

printf()

c)

scanf()

d)

exit()

25.

The location of the resource on internet is given by its ?

a)

URL

b)

Domain Name

c)

Search Engine

d)

IP Address

26.

In which generation computer are micro processors?

a)

Fourth generation

b)

First generation

c)

Third generation

d)

Fifth generation

27.

Full form of BCD is

a)

Binary Coded Decimal

b)

Basic Code Deca

c)

Binary Coded Data

d)

Basic Coded Design

28.

In computer, OCR stand for ?

a)

Optical Character Recognition

b)

Optical Charater Reader

c)

Optical Card Removable

d)

Optical Color Rendering

29.

What is also known as computer monitor?

a)

VDU

b)

CD

c)

DVD

d)

CCTV

30.

What is the physical arrangement of computer network is called?

a)

Topology

b)

Network Design

c)

Network Protocol

d)

Network Security

31.

UPS stands for?

a)

Uninterrupted Power Supply

b)

Universal Power Supply

c)

 Unit Power Supply

d)

None

32.

Full form of IPV6 ?

a)

Internet Protocol Version 6

b)

International Protocol Version 6

c)

Internet Packet Version 6

d)

Interconnected Protocol Version 6

33.

What is the length of MAC address?

a)

48 bits

b)

32 bits

c)

16 bits

d)

8 bits

34.

In which generation Operating System was introduced?

a)

Third generation

b)

First generation

c)

Fourth generation

d)

Second generation

35.

What is the length of the IP address?

a)

32 bits

b)

4 bits

c)

16 bits

d)

6 bits

36.

What is the length of IPV6?

a)

128 bits

b)

64 bits

c)

32 bits

d)

256 bits

37.

Which was the most popular first generation computer?

a)

IBM 1650

b)

IBM 2700

c)

Commodore 64

d)

Commodore 32

38.

Arrange the following in order of technologies used in different generation of computers?

a)

Vacuum Tubes-> Transistors->ICs-> Micro processor->AI

b)

Vacuum Tubes->ICs->Transistors->Micro processor->AI

c)

Vacuum Tubes-> Micro processor ICs->Transistors-> ->AI

d)

Vacuum Tubes->ICs->Transistors->Micro processor->AI

39.

A 32-bit signed integer can store upto

a)

231 -1

b)

232 -1

c)

230 -1

d)

264 -1

40.

The  correct order of compiling Process?

a)

Pre-processing->Compiling->Assembling->Linking

b)

Pre-processing->Linking->Compiling->Assembling

c)

Compiling->Linking->Assembling->Pre-processing

d)

Assembling->Linking->Pre-processing->Compiling

41.

Arrange the following in descending order of bytes they consume?

a)

long double>long long int>int >char

b)

long long int> long double >int >char

c)

long long int> long double >char>int

d)

long long int>int >long double >char