CS QUIZ

CS QUIZ

11th Grade

55 Qs

quiz-placeholder

Similar activities

ASAJ  Semester 1 Informatika

ASAJ Semester 1 Informatika

10th Grade - University

50 Qs

Software - Computer Science CIE IGCSE

Software - Computer Science CIE IGCSE

11th Grade

50 Qs

AQA 8525 GCSE CS 3.2.10 Subroutines & 3.2.11 Robust & Secure

AQA 8525 GCSE CS 3.2.10 Subroutines & 3.2.11 Robust & Secure

10th - 11th Grade

50 Qs

CS M1-20

CS M1-20

9th - 11th Grade

50 Qs

Internet Hardware

Internet Hardware

9th Grade - University

60 Qs

Computer Science Multiple Choice Review

Computer Science Multiple Choice Review

9th - 12th Grade

50 Qs

SAS Informatika Ganjil Kelas 8

SAS Informatika Ganjil Kelas 8

8th Grade - University

50 Qs

11 PAT MYOB

11 PAT MYOB

11th Grade

50 Qs

CS QUIZ

CS QUIZ

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Himara Senaratne

Used 6+ times

FREE Resource

55 questions

Show all answers

1.

FILL IN THE BLANK QUESTION

1 min • 1 pt

This question is related to data structures
Fill in the blank:

"_________ data structures can change size as needed, growing or shrinking depending on how much data you have. This is more flexible but can be more complex to work with and might use a lot of memory."

2.

MULTIPLE SELECT QUESTION

45 sec • 3 pts

Which of the following answers is true about One-dimensional arrays? (Select all that apply)

Arrays are static: Once created, their size can't change.

Elements are ordered: They are stored in a specific sequence, which makes searching efficient.

Once the arrays are created, their size can be change

None of the above

Answer explanation

Media Image

Arrays are like lists of elements, each with a specific position (index) used for access.

Key points:

  • Arrays are static: Once created, their size can't change.

  • Elements are ordered: They are stored in a specific sequence, which makes searching efficient.

  • Indexing starts at 0: The first element is at position 0, the second at position 1, and so on.

3.

FILL IN THE BLANK QUESTION

1 min • 4 pts

Media Image

Based on the two-dimensional array shown, should be typed in order to output "Alice"?

4.

FILL IN THE BLANK QUESTION

1 min • 4 pts

Media Image

Based on the three-dimensional array shown, should be typed in order to output 27?

5.

MULTIPLE CHOICE QUESTION

1 min • 2 pts

This question is related to Big O notation:

Which of the following is true about O(n²)?

This means the time grows much faster as the data increases, like the square of the data size. This is common in algorithms with nested loops (loops inside loops).

  • This means the time it takes grows directly with the amount of data.

Eg, searching a list one by one for a specific item gets slower as the list gets longer.

  • This means the algorithm takes the same amount of time no matter how much data it has.

Eg, finding the first item in a list is always quick, regardless of the list's length.

None of the above

6.

MULTIPLE CHOICE QUESTION

2 mins • 5 pts

Which of the following examples best describes O(n)?

Imagine you're looking for a friend's house in a neighbourhood.

You know the exact address and go straight there. It takes the same amount of time whether the neighbourhood is big or small.

Imagine you're looking for a friend's house in a neighbourhood. You're lost and have to check every house on every street. This takes much longer as the neighbourhood gets bigger.

Imagine you're looking for a friend's house in a neighbourhood.You don't know the address, so you ask each house until you find the right one. The more houses, the longer it takes.

Answer explanation

Media Image

7.

FILL IN THE BLANK QUESTION

1 min • 1 pt

Media Image

Based on the tuple shown, what shoul be typed to output 30?

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?