Round 1

Round 1

University

5 Qs

quiz-placeholder

Similar activities

Basic of Computer

Basic of Computer

University - Professional Development

10 Qs

Alabi, Kolade, CSCI-2380-01P, POST

Alabi, Kolade, CSCI-2380-01P, POST

University

10 Qs

DATA STRUCTURES MODULE 1 QUIZ

DATA STRUCTURES MODULE 1 QUIZ

University

10 Qs

Dynamic Arrays C++

Dynamic Arrays C++

University - Professional Development

10 Qs

Programming Concepts - Algorithms with array

Programming Concepts - Algorithms with array

7th Grade - University

10 Qs

RVS_Tech_quizz_even2024-25

RVS_Tech_quizz_even2024-25

University

10 Qs

8.2 Arrays Cambridge IGCSE 0478

8.2 Arrays Cambridge IGCSE 0478

10th Grade - University

10 Qs

C++ Pointers and Arrays

C++ Pointers and Arrays

University

10 Qs

Round 1

Round 1

Assessment

Quiz

Computers

University

Medium

Created by

Dimpal Dulhani

Used 8+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the correct associativity for == operator?

Left to right

Right to left

Left to left

Right to right

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is an exit controlled loop ?

while

do-while

for

none

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the disadvantages of array in C ?

The amount of memory to be allocated should be known beforehand.

Elements of array can be accessed in constant time.

Elements are stored in contiguous memory blocks

Multiple other data structure can be implemented using array.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To check whether a given number is even or odd, you will use which type of control structure?

Sequence

Decision

Repetition

All of the above

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which statement invokes the function?

Function definition

Function header

Function initialization

Function call