NEXOVATE_SAMPLE_2

NEXOVATE_SAMPLE_2

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Cattle Breeds

Cattle Breeds

9th - 12th Grade

21 Qs

How much do you know about Thessaloniki?

How much do you know about Thessaloniki?

7th - 12th Grade

20 Qs

Ironing Methods and Techniques Quiz

Ironing Methods and Techniques Quiz

9th Grade

20 Qs

Quiz on the EYFS

Quiz on the EYFS

12th Grade

20 Qs

TEST PYTHON #01

TEST PYTHON #01

10th Grade

25 Qs

The Living Photograph : Form 4 Poem

The Living Photograph : Form 4 Poem

9th - 10th Grade

20 Qs

Foods Lab Procedures

Foods Lab Procedures

7th - 12th Grade

20 Qs

9 th May Europe Day Quiz

9 th May Europe Day Quiz

8th - 12th Grade

20 Qs

NEXOVATE_SAMPLE_2

NEXOVATE_SAMPLE_2

Assessment

Quiz

Education

9th - 12th Grade

Medium

Created by

JAGATHPRANESH R

Used 9+ times

FREE Resource

25 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1)What is the output of the following code snippet?

    int x = 5;

    printf("%i", x++);

    printf("%i", ++x);

    return 0;

5,7


6,7


5,6


None of the above


2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'sizeof' operator in C?


It returns the size of a variable in bytes

It returns the size of a function in bytes


It returns the size of a datatype in bytes

It returns the size of a string in bytes


3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a valid variable name in C?

_myVar

123var


var123


my_Var


4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the "if" keyword in python programming?

To declare a variable

To define a function

To conditionally execute code


To perform arithmetic operations


5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following data structures is typically implemented using a Last-In-First-Out (LIFO) approach?

Queue


Stack


Linked List


Tree


6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

In which sorting algorithm does the swapping of elements occur repeatedly until the array is sorted?

 Merge Sort


Bubble Sort


Quick Sort


Insertion Sort


7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a fundamental data type in C programming?


int


float


char


string


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?