Creative Development and Data | Unit Test

Creative Development and Data | Unit Test

University

20 Qs

quiz-placeholder

Similar activities

Introduction To Machine Learning

Introduction To Machine Learning

University

20 Qs

Artificial Intelligence

Artificial Intelligence

8th Grade - Professional Development

20 Qs

CC 105 - Quiz No 2 (BSIT2A-G2)

CC 105 - Quiz No 2 (BSIT2A-G2)

University

15 Qs

Sorting and Searching Algorithms Quiz - Batch 1

Sorting and Searching Algorithms Quiz - Batch 1

University

20 Qs

CC-103 Quiz #1

CC-103 Quiz #1

University

15 Qs

CC102 PYTHON

CC102 PYTHON

University

20 Qs

QUIZ#3: MODULE III CS 1 (IS 1A)

QUIZ#3: MODULE III CS 1 (IS 1A)

University

15 Qs

BOP-1

BOP-1

University - Professional Development

15 Qs

Creative Development and Data | Unit Test

Creative Development and Data | Unit Test

Assessment

Quiz

Computers

University

Easy

Created by

Jeremy L

Used 2+ times

FREE Resource

20 questions

Show all answers

1.

MULTIPLE SELECT QUESTION

2 mins • 6 pts

Media Image

Digital alarm clocks display information and visual indicators to help people wake up on time. Which of the displays could be represented by a single bit? There are exactly two correct answers.

The "PM"/"AM" indicator

The current day of the week

The current hour (1-12)

The current month (1-12)

The temperature unit indicator ("C" or "F")

2.

MULTIPLE CHOICE QUESTION

2 mins • 1 pt

An algorithm will be used to calculate the difference between the smallest and largest values in a list. For the list of [10, 3, 5, 6], it should calculate a difference of 7. There are two proposals for the algorithm:

Algorithm 1: Set 'minVal' to the first value in the list and 'maxVal' to the last value in the list. Iterate through each number in the list. If the number is greater than 'maxVal', store it in 'maxVal'. If the number is less than 'minVal', store it in 'minVal'. Then, set 'maxDiff' to the difference between 'maxVal' and 'minVal'.

Algorithm 2: Set 'minVal' to 1000 and 'maxVal' to 0. Iterate through each number in the list. If the number is greater than 'maxVal', store it in 'maxVal'. If the number is less than 'minVal', store it in 'minVal'. Then, set 'maxDiff' to the difference between 'maxVal' and 'minVal'.

Which of these statements are true about these algorithms?

I. Algorithm 1 does not work on lists where the smallest value is at the start of the list or the largest value is at the end of the list.

II. Algorithm 2 does not work on lists that contain all negative numbers or all numbers greater than 1000.

I only

II only

I and II

Neither I nor II

3.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

A medical diagnosis app lets users track their symptoms. Whenever a user reports a symptom, the app adds a row to a database table.

-The user ID
-The date of the report

-The time of the report

-A description of how they are feeling

-A severity of the feeling (1-10)

Here are a few rows from the table. The app marketing team needs to understand their users better and asks the data analyst for various statistics. Which statistic CANNOT be calculated from the table of reports?

The total number of reports from all users

The user ID with the most number of reports

The mean duration of the feeling

The distribution of severity ratings across reports

4.

FILL IN THE BLANK QUESTION

2 mins • 6 pts

It is your friend's 18th birthday, and you need to use binary numbers for the candles on their cake. Your plan is to use green candles to mean "on" and gray candles to mean "off". What is the LEAST number of candles you need in order to represent their age?

5.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Xiomara is a researcher studying the effect of carbon emissions from airplanes on global warming. She collects millions of data points tracking the path of airplanes and develops a program that analyzes the data. When she runs the program on a single company's airplanes, it takes an hour to complete, so she becomes concerned that it will take much too long to run on all of the airplane data. Her friend Dacari suggests using parallel computing to speed up the analysis of the airplane emission data. How would parallel computing speed up the analysis?

Parallel computing will crowdsource the running of the program to volunteers on the Internet, utlizing the power of their machines instead.

Parallel computing can distribute the work to multiple machines, so that each machine has more memory available for faster processing.

Parallel computing will use a heuristic-based algorithm to compute the answer in less time.

Parallel computing can run the program in parallel on subsets of the data, so that the total amount of time is less.

6.

MULTIPLE SELECT QUESTION

2 mins • 3 pts

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

7.

MULTIPLE CHOICE QUESTION

1 min • 1 pt

Media Image

Stephanie is researching the friendliness of United States cities. To determine the friendliest and unfriendliest cities, she conducts a nation-wide survey. She then collects data about each of the cities, to try to understand what factors are related to a city's friendliness, and visualizes the data in scatter plots. This scatter plot (left) compares the population of cities to friendliness. This second scatter plot (right) compares each city's latitude to its friendliness. Which conclusion can Stephanie make from the data?

When people move to a southern city, they become friendlier.

When people move to a less populated city, they become friendlier.

There is a positive correlation between latitude and friendliness.

There is a stronger correlation between latitude and friendliness than between population and friendliness.

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?