22AD003

22AD003

University

10 Qs

quiz-placeholder

Similar activities

Identify Tools to Measure Items

Identify Tools to Measure Items

University

14 Qs

QUIZ 2 NDJ10303 v1

QUIZ 2 NDJ10303 v1

University

10 Qs

Micro Arch - Addressing

Micro Arch - Addressing

University

10 Qs

Micro Arch - Basic Computer & Terms

Micro Arch - Basic Computer & Terms

University

13 Qs

C++ Knowledge Based Quiz I = IA

C++ Knowledge Based Quiz I = IA

University

15 Qs

Variables, Tipos de Dato, Lectura y Escritura C++

Variables, Tipos de Dato, Lectura y Escritura C++

7th Grade - Professional Development

12 Qs

OSI Model

OSI Model

University

15 Qs

Go Pointers

Go Pointers

University

11 Qs

22AD003

22AD003

Assessment

Quiz

Instructional Technology

University

Hard

Created by

Sabari Kameswaran

Used 1+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

which of the following is not a valid C variable name ?

int number;

float rate;

int variable_count;

int $main;

2.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Which of the following declarationis not supported by C language?

String str

char *str;

float str=3e2;

Both String str; & float str=3e2;

3.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

Media Image

Looking at the picture , his name is _______

Guido van Rossum

Dennis Ritchie

James Gosling

Brendan Eich

4.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

If a robot is able to change its own trajectory as per the external conditions,then the robot is considered as the _____

Mobile

Non-servo

Open Loop

Intelligent

5.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What is the default value of char variable?

’\u0000’

0

null

not defined

6.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What happens when thread’s sleep() method is called?

Thread return to the ready state.

Thread returns to the waiting state.

Thread starts running.

None of the above.

7.

MULTIPLE CHOICE QUESTION

30 sec • 5 pts

What will happen if static modifier is removed from the signature of the main method ?

Compilation Error

Run Time Error:NoSuchMethodError

Program will compile and run without any output

Program will compile and run to show the required output

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?