Pre Test PF

Pre Test PF

University

12 Qs

quiz-placeholder

Similar activities

FST Class  2023- Quiz 3

FST Class 2023- Quiz 3

University

8 Qs

Python Lists and Tuples

Python Lists and Tuples

University

11 Qs

SC102- Lesson 2 (Recap)

SC102- Lesson 2 (Recap)

University

10 Qs

EECE 1313 Quiz#2 Sem 1, 2018/2019

EECE 1313 Quiz#2 Sem 1, 2018/2019

University

10 Qs

CC103_COMPUTER_PROGRAMMING

CC103_COMPUTER_PROGRAMMING

University

15 Qs

Java Questions & Answers

Java Questions & Answers

University

10 Qs

C++ 2nd Online Quiz

C++ 2nd Online Quiz

University

10 Qs

CSE 102 Exam 2 Practice

CSE 102 Exam 2 Practice

University

15 Qs

Pre Test PF

Pre Test PF

Assessment

Quiz

Computers

University

Medium

Created by

ROZAIDA (PMU)

Used 1+ times

FREE Resource

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
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?