AP CS A Unit 1 Test Review

AP CS A Unit 1 Test Review

9th - 12th Grade

34 Qs

quiz-placeholder

Similar activities

Quiz BK dan Literasi Digital

Quiz BK dan Literasi Digital

9th Grade

30 Qs

ÔN TẬP KIỂM TRA GK1 LỚP 10 SỐ 1

ÔN TẬP KIỂM TRA GK1 LỚP 10 SỐ 1

10th Grade

30 Qs

Lop4-CD3

Lop4-CD3

5th - 10th Grade

29 Qs

BAB 2 : UKURAN DATA

BAB 2 : UKURAN DATA

7th - 12th Grade

34 Qs

ปลายภาคเทคโนโลยีสารสนเทศ 3

ปลายภาคเทคโนโลยีสารสนเทศ 3

11th Grade

31 Qs

Programacion Vb (11)

Programacion Vb (11)

11th Grade

35 Qs

Programming Concepts Quiz

Programming Concepts Quiz

9th - 12th Grade

35 Qs

3.2  Menganalisis relasi logika dasar (SisKom)

3.2 Menganalisis relasi logika dasar (SisKom)

10th Grade

32 Qs

AP CS A Unit 1 Test Review

AP CS A Unit 1 Test Review

Assessment

Quiz

Computers

9th - 12th Grade

Medium

Created by

Scott Chamberlain

Used 11+ times

FREE Resource

34 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 1 pt

Which is NOT a function of the Java compiler?

Checks comments for grammar and spelling

Validates syntax of program code

Translates code to machine language

Links in external libraries

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the origin of the term "computer bug"?

It was named after Computer science pioneer Grace Hopper ("grasshopper")

The first bug was found by a programmer who drove a Volkswagen Beatle

Finding computer bugs makes programmers nauseous (stomach bug)

A moth shorted out the early Mark II computer

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What does the println method do differently than print?

Sends output to a printer

Keeps output on the current line

Forces output to the next line

Allows you to omit quotation marks

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which is the correct syntax for defining a new Scanner variable?

Scanner scan = new Scanner(System.in);

System.in.scan(Scanner);

Scanner = new.scan.System;

scan = System.in.nextScan();

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a valid variable name in Java?

first name

99problems

print

a_1_sauce

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Assuming that n is a variable for someone's name, which of the following commands is correct?

System.out.println("Happy Birthday n");

System.out.println("Happy Birthday + n");

System.out.println("Happy Birthday " & n);

System.out.println("Happy Birthday " + n);

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which term refers to the possible values that can be stored in a variable?

domain

function

sequence

range

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?