CS QUIZ

CS QUIZ

11th Grade

55 Qs

quiz-placeholder

Similar activities

TIN HỌC 10 HK2

TIN HỌC 10 HK2

10th - 12th Grade

50 Qs

software dev

software dev

9th - 12th Grade

50 Qs

ETECH2

ETECH2

11th Grade

57 Qs

Soal Kejuruan TKJ 4

Soal Kejuruan TKJ 4

10th - 11th Grade

50 Qs

Analisis Data YPK

Analisis Data YPK

7th Grade - University

50 Qs

HTML

HTML

9th - 12th Grade

50 Qs

UH 1 ALGORITMA DAN PEMROGRAMAN SCRATCH

UH 1 ALGORITMA DAN PEMROGRAMAN SCRATCH

11th Grade

50 Qs

General Review Grade 8

General Review Grade 8

7th - 12th Grade

50 Qs

CS QUIZ

CS QUIZ

Assessment

Quiz

Computers

11th Grade

Medium

Created by

Himara Senaratne

Used 6+ times

FREE Resource

AI

Enhance your content in a minute

Add similar questions
Adjust reading levels
Convert to real-world scenario
Translate activity
More...

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

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?