AP CS A unit 1

AP CS A unit 1

11th Grade

36 Qs

quiz-placeholder

Similar activities

ย้อนหลัง กลางภาค Java ระดับต้น

ย้อนหลัง กลางภาค Java ระดับต้น

KG - University

40 Qs

Python

Python

9th - 11th Grade

40 Qs

Computer quiz

Computer quiz

9th - 12th Grade

31 Qs

Pre-Test Pemrograman Lanjut

Pre-Test Pemrograman Lanjut

University

35 Qs

98-368 Mobility and Devices Fundamentals Study Guide

98-368 Mobility and Devices Fundamentals Study Guide

9th - 12th Grade

40 Qs

HTML and CSS

HTML and CSS

University - Professional Development

36 Qs

PowerPoint  2016

PowerPoint 2016

7th Grade - University

40 Qs

Y9 Computing Test - Phase 1

Y9 Computing Test - Phase 1

8th - 11th Grade

40 Qs

AP CS A unit 1

AP CS A unit 1

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Ержан Ауезов

Used 4+ times

FREE Resource

36 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following code segment.


System.out.println("W");

System.out.println("X");

System.out.print("Y");

System.out.print("Z");


What is printed as a result of executing the code segment?

WXYZ

W

XYZ

WX

YZ

W

X

YZ

W

X

Y

Z

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the following code segment.


String str = "AP";

str += "CS " + 1 + 2;

System.out.println(str);


What is printed as a result of executing the code segment?

CS AP12

AP CS3

CSAP 12

APCS 12

APCS 3

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What is the expected output?

-1

0

1

17

18

4.

MULTIPLE SELECT QUESTION

30 sec • 1 pt

Which of these are escape characters? Choose all that apply!

\n

\t

\

"

/

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Is the following identifier legal or illegal?

MyFirstProgram

legal

illegal

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If x = 4, x++ =?

16

8

5

3

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

if int a = 10, what does b = if b= 15/4

1

5

0

3

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?