ITSC1213 Test 1 Review

ITSC1213 Test 1 Review

University

20 Qs

quiz-placeholder

Similar activities

DATA STRUCTURES QUIZ

DATA STRUCTURES QUIZ

University

15 Qs

Unit-2 Test-2

Unit-2 Test-2

University

15 Qs

Quiz 1_DSA

Quiz 1_DSA

University

20 Qs

Java, part I

Java, part I

11th Grade - University

20 Qs

Qûîz

Qûîz

University

15 Qs

Unit-2 Test-1

Unit-2 Test-1

University

20 Qs

Archivos y Colecciones

Archivos y Colecciones

University

15 Qs

BASIC C PROGRAMMING QUIZ

BASIC C PROGRAMMING QUIZ

University

15 Qs

ITSC1213 Test 1 Review

ITSC1213 Test 1 Review

Assessment

Quiz

Computers

University

Hard

Created by

Franky Yang

FREE Resource

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would this code output?

M&M

Trinket

004

005

ERROR

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would this code output?

Hershey

Game

107

111

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Media Image

What would this code output?

ERROR

Comic

Game

105

4.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the correct ways to make an ArrayList of Integers?

ArrayList<int> list = new ArrayList<>();

ArrayList<Integer> list;

ArrayList<Integer> list = new ArrayList<>();

ArrayList<Integer> list = new ArrayList<Integer>();

5.

REORDER QUESTION

1 min • 1 pt

Create an ArrayList of Strings

new

ArrayList<>();

myList

ArrayList<String>

=

6.

MULTIPLE SELECT QUESTION

45 sec • 1 pt

What are the proper ways to make a double array?

double[] array;

double array[];

double array[] = {...};

double array[5];

double array[] = new double[5];

7.

DROPDOWN QUESTION

1 min • 1 pt

Set the value for the 1st row and 3rd column of a 2D array called nums to 6:

(a)   (b)   (c)   (d)   ​ ​ (e)  

nums
[0]
[2]
=
6
num[]
[1]
[3]
nums[][]

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?