Search Header Logo

IB CS option D

Computers

7th Grade - University

Used 31+ times

IB CS option D
AI

AI Actions

Add similar questions

Adjust reading levels

Convert to real-world scenario

Translate activity

More...

    Content View

    Student View

12 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Let's say you're storing an object in a variable named 'pumpkin'. Which line of code would add a new property 'eyes' to the object?

pumpkin.push({eyes: 'green'});
pumpkin[eyes] = 'green';
pumpkin.eyes = 'green';
var pumpkin.eyes = 'green'

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

To focus on the logic and make refinements to a program before translating it into a programming language, a programmer often creates an outline of the program’s algorithm. What is the term for this type of outline?

Pseudocode
Sketch
Compiler
Interpreter

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Consider the loop control structure in programming. Which term describes a loop that continues repeating without a terminating (ending) condition?

Conditional Loop
Unlimited Loop
Sequence Loop
Infinite Loop

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Finding and fixing problems in your algorithm or program

Insect Spray
looping
Debugging
digit

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following is a class declaration?

public static class Party()
public class Party {
public static void Party()
class Party {

6.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which of the following would be considered an attribute of a TV object?

turnOn
changeChannel
screenSize
setInput

7.

MULTIPLE CHOICE QUESTION

20 sec • 1 pt

Which is a category of variables?

instance 
parameter
local
all of the above

Access all questions and much more by creating a free account

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

Already have an account?