NEXOVATE_SAMPLE_2

NEXOVATE_SAMPLE_2

9th - 12th Grade

25 Qs

quiz-placeholder

Similar activities

Beginners_Assessment

Beginners_Assessment

5th - 9th Grade

25 Qs

Python Quiz

Python Quiz

6th - 10th Grade

20 Qs

Python Επανάληψη πριν τα Χριστούγεννα (Κεφ3 & 4 & Συμβολοσειρές)

Python Επανάληψη πριν τα Χριστούγεννα (Κεφ3 & 4 & Συμβολοσειρές)

11th - 12th Grade

23 Qs

Fingerprints

Fingerprints

10th - 12th Grade

20 Qs

javascript_2

javascript_2

10th Grade - University

23 Qs

Bilişim Teknolojileri

Bilişim Teknolojileri

8th - 9th Grade

20 Qs

8th grade CS exam

8th grade CS exam

7th - 9th Grade

20 Qs

August Quiz Python

August Quiz Python

6th - 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?