wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

IEEE Day

Total questions: 15

Worksheet time: 5mins

Name
Class
Date
1.

What does IEEE stand for?

a)

Institute of Engineers for Electrical Engineering

b)

Institute of Electrical and Electronics Engineers

c)

Institute of Electronics and Electrical Engineers

d)

Institute of Electricians and Electrical Engineers

2.

When was the IEEE Day officially celebrated this year?

a)

6th of October

b)

7th of October

c)

5th of October

d)

10th of October

3.

When was IEEE established?

a)

1965

b)

1961

c)

1963

d)

1968

4.

Which of these is not an object oriented programming language?

a)

C#

b)

Java

c)

C

d)

Python

5.

What is the theme of this year’s IEEE Day?

a)

Go ahead with the Technology for a Better Tomorrow

b)

Without Technology we can't hope for a Tomorrow

c)

Leveraging Technology for a Better Tomorrow

d)

Get together and make a Better Tomorrow

6.

Which country is IEEE headquarters located in?

a)

United States of America

b)

Bangladesh

c)

Australia

d)

New Zealand

7.

What will be the output of this program?

main ()

{

char x;

x = 'A' + 5;

printf("%c", x);

}

a)

A + 5

b)

A

c)

5

d)

F

8.

How many regions is IEEE divided into?

a)

10

b)

5

c)

20

d)

15

9.

What is required in each C program?

a)

The program must have at least one function.

b)

The program does not require any function.

c)

Input data

d)

Output data

10.

Who is the chairperson of IEEE Sri Lanka Section for the year 2021/22?

a)

Prof. Ruwan Gopura

b)

Dr. Subodha Charles

c)

Dr. Sudeera Nawarathna

d)

Dr. Maheshi Dissanayaka

11.

What is the operator used to make one's complement ?

a)

& bitwise and operator

b)

| bitwise or operator

c)

~ bitwise negate operator

d)

^ bitwise exclusive or

12.

Which of the following statements is not true?

a)

A pointer to an int and a pointer to a double are of the same size.

b)

A pointer must point to a data item on the heap (free store).

c)

A pointer can be reassigned to point to another data item.

d)

A pointer can point to an array.

13.

How many characters can a string hold when declared as follows?

char name[20] ;

a)

18

b)

19

c)

20

d)

None of the these

14.

Which of the following comment is correct when a macro definition includes arguments?

a)

The opening parenthesis should immediately follow the macro name.

b)

There should be at least one blank between the macro name and the opening parenthesis

c)

There should be only one blank between the macro name and the opening parenthesis

d)

All the above comments are correct.

15.

Which of the following operator's precedence order is correct (from highest to lowest)?

a)

%, *, /, +, -

b)

%, +, /, *, -

c)

+, -, %, *, /

d)

%, +, -, *, /