COMP177 Module 3 Quiz

COMP177 Module 3 Quiz

University

20 Qs

quiz-placeholder

Similar activities

C Programming Unit-1 Test-2

C Programming Unit-1 Test-2

University

20 Qs

HTML Quiz

HTML Quiz

11th Grade - University

15 Qs

quiz pertemuan 2 asik ddp

quiz pertemuan 2 asik ddp

University

15 Qs

QUIZ 1: REVIEW ON C

QUIZ 1: REVIEW ON C

University

15 Qs

6INFOMAN (Recitation)

6INFOMAN (Recitation)

University - Professional Development

20 Qs

QUIZ 2

QUIZ 2

University

20 Qs

Fun with Computer Architecture

Fun with Computer Architecture

University

15 Qs

Review Quiz (Chapter 3&4)

Review Quiz (Chapter 3&4)

University

20 Qs

COMP177 Module 3 Quiz

COMP177 Module 3 Quiz

Assessment

Quiz

Computers

University

Practice Problem

Medium

Created by

Karen Diggs

Used 15+ times

FREE Resource

AI

Enhance your content in a minute

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

20 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

A computer processor stores numbers using a base of _____.

16

10

8

2

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Dictionaries are containers used to describe a(n) _____ relationship.

associative

one-to-one

recursive

isolated

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

If text_line = 'one fish two fish', what is the value of text_line[6]?

' '

'h'

'i'

's'

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements about my_list is false?

The element at index 1 is 'JFK'

The list has a length of 3

The list elements are all strings

The index of the last item in the list is 2

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

Which of the following statements produces an error? Assume string_1 = 'abc' and string_2 = '123'

string_2 = string_1

string_1 = string_2 + "456"

print(string_1 + string_2)

string_1[1] = 'B'

6.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

The variable emails_dict is assigned with a dictionary that associates student ids with email addresses. Which statement prints the email address associated with the student id "C2104"?

print(value of emails_dict("C2104"))

print(key of emails_dict("C2104"))

print(emails_dict["C2104"])

print(emails_dict["bob@someuni.edu"])

7.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

What is the base 10 representation of the binary number: 00001001?

5

9

17

1001

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

Already have an account?