TECHNOSAV'24 -Codetronics Level 1

TECHNOSAV'24 -Codetronics Level 1

30 Qs

quiz-placeholder

Similar activities

U5: DNA & Protein Synthesis Review

U5: DNA & Protein Synthesis Review

7th Grade

26 Qs

Long Test in Computer Programming

Long Test in Computer Programming

University

35 Qs

Python Review - Input, Output, and Math

Python Review - Input, Output, and Math

9th - 12th Grade

25 Qs

Chapter 05 2021 UPC

Chapter 05 2021 UPC

KG - University

25 Qs

Test 1 reviewer

Test 1 reviewer

9th - 12th Grade

30 Qs

HKICO Heat Blockly 2

HKICO Heat Blockly 2

KG - University

26 Qs

Pre-University Course 2023 Quiz 1

Pre-University Course 2023 Quiz 1

KG - University

25 Qs

Python Coding Techniques Quiz

Python Coding Techniques Quiz

KG - University

30 Qs

TECHNOSAV'24 -Codetronics Level 1

TECHNOSAV'24 -Codetronics Level 1

Assessment

Quiz

others

Hard

Created by

Rashmi Joshi

Used 1+ times

FREE Resource

30 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Media Image
1
2
1 and 3
3

2.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the result of logical or relational expression in C?
True or False
0 or 1
0 if an expression is false and any positive number if an expression is true
None of the mentioned

3.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the sizeof(char) in a 32-bit C compiler?
1 bit
2 bits
1 Byte
2 Bytes

4.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

Which keyword is used to indicate that a function does not return a value in C?
null
void
none3
empty

5.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

In a nested loop, if a 'break' statement is executed in the inner loop, what happens?
The entire nested loop is exited
Only the inner loop is exited
The outer loop is paused
The program is terminated

6.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What are global variables in C?
Variables declared within a function
Variables that can be accessed by any function in the program
Constants
Variables that store functions

7.

MULTIPLE CHOICE QUESTION

30 sec • 2 pts

What is the correct syntax for an if-else statement in C?
if (condition) { /* code */ } else { /* code */ }
if condition { /* code */ } else { /* code */ }
if (condition) then { /* code */ } else { /* code */ }
if condition then { /* code */ } else { /* code */ }

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?