A.P. Computer Science Principles

Ace your homework & exams now with Quizwiz!

The term big data refers to

Structured and unstructured data

How do you insert COMMENTS in Python code?

#This is a comment

What is the output of the following code? var1 = ("1") var2 = ("2") var3 = ("3") print (var1 + var2 + var3)

123

What is the output of the following? x = 36 / 4 * (3 + 2) * 4 + 2 print(x)

182.0

What is the output of the expression : 3*1**3

3

Biologists often attach tracking collars to wild animals. For each animal, the following geolocation data is collected at frequent intervals. The time The date The location of the animal Which of the following questions about a particular animal could NOT be answered using only the data collected from the tracking collars?

Do the movement patterns of the animal vary according to the weather?

Consider the following code: print ("computer" + "science") What is output?

computerscience

A student wants to graph grades earned for the first nine weeks. Select the best application to store the data.

spreadsheet

What are the 3 types of algorithms based on information shared in this class?

1. Sequence 2. Selection 3. Iteration

Consider the following code: x = int(input("Enter a number: ")) print (x) What happens if the user presses the A key on the keyboard?

Error: you cannot change a string to an int

What is considered the primary goal of looking at big data/large data sets?

Find repeatable business patterns

Consider the following code: x = input ("What year is it?")print (x) The value stored in x is:

a String


Related study sets

Rosetta Stone French Unit 10 Lesson 3

View Set

Chapter 1: A Sociology of the Family

View Set

Peds week 2: GI, chronic disease

View Set

PHYSICS LAB FINAL (PRE-LAB QUESTIONS)

View Set

Principles of Insurance and General Insurance

View Set

Med Surg Test 4 (Red Highlights)

View Set

Social Studies Geography of China

View Set

Uppers Downers All Arounders Ch 1-10

View Set