Pre Test PF

Pre Test PF

University

12 Qs

quiz-placeholder

Similar activities

Kuis SBP Menjelang UTS

Kuis SBP Menjelang UTS

University

10 Qs

Javascript

Javascript

University

12 Qs

Quiz on List and Tuples

Quiz on List and Tuples

University

16 Qs

STGY PPS QUIZ  TEST

STGY PPS QUIZ TEST

University

15 Qs

nestedif _ And _ Or

nestedif _ And _ Or

University

10 Qs

CHAPTER 5 ONLINE QUIZ

CHAPTER 5 ONLINE QUIZ

University

9 Qs

DBMS LAB QUIZ

DBMS LAB QUIZ

University

15 Qs

Sonic-Pi: Duration with Envelopes

Sonic-Pi: Duration with Envelopes

9th Grade - University

14 Qs

Pre Test PF

Pre Test PF

Assessment

Quiz

Computers

University

Medium

Created by

ROZAIDA (PMU)

Used 1+ times

FREE Resource

AI

Enhance your content

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the purpose of the 'if' statement in programming?

       Defining functions

       Printing output

Looping

  Conditional execution

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

When is the 'else' statement executed in relation to the 'if' statement?

When the 'if' statement is not present

When the condition in the 'if' statement is true

When the 'if' statement is commented out

When the condition in the 'if' statement is false

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

   Explain the concept of nested if-else statements in programming.

Nested if-else statements can only have one if statement inside another.

Nested if-else statements are used to create loops in programming.

Nested if-else statements provide a way to handle complex decision-making scenarios by nesting one if-else statement inside another.

Nested if-else statements are not supported in most programming languages.

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

1.       What is the advantage of using a switch case statement over multiple if-else statement?

Switch case statements are less flexible.

Switch case statements are harder to read and understand.

Switch case statements are more efficient.

Switch case statements are not supported in all programming languages.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Choose the correct identifier.

  (QAA2509P)

‘QAA2509P

QAA25_09P

“QAA2509P”

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Determine the syntax error based on coding below:

Int main(){

Int a=12, b=9, total;

total=a+b

Cout<<” the total is:”<<total<<endl;

a.       Using a wrong symbol in output stream

a.       Missing colon in line 3

a.       Missing semicolon in line 3

a.       Declaring variable in one line

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Identify the CORRECT syntax to declare a variable name baby of string type.

string baby;

string baby:

string “baby”;

string ‘baby’;

Create a free account and access millions of resources

Create resources

Host any resource

Get auto-graded reports

Google

Continue with Google

Email

Continue with Email

Classlink

Continue with Classlink

Clever

Continue with Clever

or continue with

Microsoft

Microsoft

Apple

Apple

Others

Others

By signing up, you agree to our Terms of Service & Privacy Policy

Already have an account?