First Quarter Summative Test - September 19, 2024

First Quarter Summative Test - September 19, 2024

11th Grade

81 Qs

quiz-placeholder

Similar activities

GCSE Computer Science Easter Recap

GCSE Computer Science Easter Recap

9th - 12th Grade

80 Qs

Week 10 - Loops & String Formatters

Week 10 - Loops & String Formatters

9th - 12th Grade

82 Qs

L 2 unit 2 revision

L 2 unit 2 revision

11th Grade

76 Qs

Functions

Functions

11th Grade

77 Qs

Final Question Bank 24-25

Final Question Bank 24-25

9th - 12th Grade

81 Qs

AP CSA Semester 1 Review (Mod 1 - 5)

AP CSA Semester 1 Review (Mod 1 - 5)

10th - 12th Grade

77 Qs

AP CSP 300PT Quizizz 12-6 - FRI SUB

AP CSP 300PT Quizizz 12-6 - FRI SUB

9th - 12th Grade

86 Qs

First Quarter Summative Test - September 19, 2024

First Quarter Summative Test - September 19, 2024

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Cecille Godin

Used 16+ times

FREE Resource

81 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a LEGAL identifier?

Num1+Num2

1stQuarterExam

$finalScore

String

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is CORRECT?

System.out.println(“Be Happy);

System.out.println(“Be Happy”)

System.out.println(“Be Happy”);

System.out.println(Be Happy);

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Who is the father of Java?

James A. Gosling

Bill Gates

Steve Jobs

Dennis Ritchie

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statement is NOT true?

Every Java program starts from a main method

In Java, OK and ok are not the same

// indicates a comment line

Char is a reserved word

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a Java data type?

String

double

boolean

static

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is the equivalent compound statement, x = x + 5;?

x=+5;

x++5;

x+=5;

xx=5;

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is NOT a correct variable declaration?

int x, y = 10;

double p = 10%;

String message;

char choice = ‘Y’;

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?