Pre-test CTCC0323

Pre-test CTCC0323

16 Qs

quiz-placeholder

Similar activities

(1/22)APCS  15 WEEKS to go until AP EXAM

(1/22)APCS 15 WEEKS to go until AP EXAM

KG - University

11 Qs

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma B

Parcial 1-Laboratorio II-5to BACO-I Unidad Forma B

KG - University

13 Qs

Algoritmi e fondamenti del linguaggio C++

Algoritmi e fondamenti del linguaggio C++

10th Grade

21 Qs

Quiz - 8 on conditional/ternary operator

Quiz - 8 on conditional/ternary operator

KG - University

15 Qs

Python

Python

KG - University

15 Qs

Further Python

Further Python

KG - University

20 Qs

Problem Solving using C - EBT(2025-2026 odd)

Problem Solving using C - EBT(2025-2026 odd)

University

11 Qs

Grade IX Syllabus Revision Test

Grade IX Syllabus Revision Test

KG - University

20 Qs

Pre-test CTCC0323

Pre-test CTCC0323

Assessment

Quiz

others

Hard

Created by

Ruben Espejo

Used 3+ times

FREE Resource

16 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is INVALID expression?
String age = "twenty one";
int age = 55;
Char vowel = "one";
double num1 = 3.1416;

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which type of conditional statement has only one possible outcome statement?
if
if...else
if...elseif...else
Switch

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following conditional statement can only have two possible outcome statement?
if
if...else
if...elseif...else
Switch

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following syntax in creating an expression is VALID?
if (num1 > num2 + 4)
else if (true || 5)
if (num1 + num2 && age)
else if (true > false)

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following syntax in creating an expression is INVALID?
if (true && false || true)
else if (true || 67>45)
if (age <= !false)
else if (!true && false)

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following variable declaration is INVALID?
double average = 2;
String name = "number";
boolean stat = "true";
char letter = '1';

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

c = c * 10; Can also be written as?
c=*10;
c*=10;
c = c * c;
c = 10 * c;

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?