Creative Development and Data | Quiz 1

Creative Development and Data | Quiz 1

University

10 Qs

quiz-placeholder

Similar activities

ADAweek0 Intl

ADAweek0 Intl

University

15 Qs

Searching and Sorting

Searching and Sorting

University - Professional Development

15 Qs

Virtualization

Virtualization

University

12 Qs

Quiz-1(Div-C)

Quiz-1(Div-C)

University

12 Qs

Small Basic (Turtle)

Small Basic (Turtle)

KG - University

10 Qs

Information systems analysis and design

Information systems analysis and design

University

10 Qs

Algorithm Intro

Algorithm Intro

9th Grade - University

14 Qs

PreTest DFC20113 - Programming Fundamentals

PreTest DFC20113 - Programming Fundamentals

University

15 Qs

Creative Development and Data | Quiz 1

Creative Development and Data | Quiz 1

Assessment

Quiz

Computers

University

Medium

Created by

Jeremy L

Used 3+ times

FREE Resource

10 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

How many values can a binary digit store?

One of two values at a time--0 or 1

Any ten values at a time

Any two values at a time

One of ten values at a time--0 through 9

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

An algorithm will be used to output true if every number in a list is either a 4 or a 5, and false otherwise. There are two proposals for the algorithm:

Algorithm 1: Set 'only45' to false. Iterate through each number in the list. If the number is not equal to 4 and not equal to 5, set 'only45' to false. Otherwise, set 'only45' to true.

Algorithm 2: Set 'only45' to true. Iterate through each number in the list. If the number is not equal to 4 and not equal to 5, set 'only45' to false.

Which of these statements are true about these algorithms?

I. Algorithm 1 does not work on lists where a number other than 4 and 5 occurs before the last number.

II. Algorithm 2 does not work on lists which contain entirely 4s or 5s.

I only

II only

I and II

Neither I nor II

3.

FILL IN THE BLANK QUESTION

2 mins • 3 pts

A bunch of computer scientists take over an island and start their own country. They need the license plates to use binary numbers. There is space for 7 digits on each license plate and the first plate starts at 0000000. How many unique license plates can their country support?

4.

MULTIPLE SELECT QUESTION

2 mins • 3 pts

Consider a computer that uses 5 bits to represent nonnegative integers and uses all 5 bits to represent the value. Which of the following operations would result in integer overflow? There is at least one correct answer.

8 ⛌ 4

12 + 2

18 + 14

8 + 4

12 ⛌ 2

5.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

VSCII is a character encoding scheme developed in the 1990s in order to encode text written in Vietnamese. VSCII uses one byte to encode each character. The binary data 1010111010111000 is a VSCII encoding of a single Vietnamese word. How many characters are encoded in that binary data?

1

2

8

16

6.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

A programmer is writing a software application about birds that will use a variety of data sources. They need to understand which data sources are analog so that they can think carefully about the process of converting the analog data into digital data. Which of these data sources is analog?

The mean length of the songs sung by a particular bird

The number of reported sightings of a particular bird species in each zip code

The altitude of a bird as it flies through the sky

A list of birds that are most commonly seen in a particular park

7.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

Compression algorithms vary in how much they can reduce the size of an image. Which of the following would likely be the easiest to compress?

Media Image
Media Image
Media Image
Media Image

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?