Information systems

R10 Q1 Python

For the Python Statement: How_big = input("Enter a choice (small, medium, large): ")

B -

How_big will have the value of whatever the user types 

1/1

R10 Q2 Python

What is the result if you compile / run the following Python statement?
A=10
B=A+1
if A==B:
  print("Draw!")
elif A>B:
  print("Bummer!")
else:
  print("Oops!")

C -

Oops!

1/1

Tue Nov 18 2025

C9 Q1 Variables

Which statement best describes how variables are used in programs?

D -

All the options are correct. 

1/1

REVIEW AND

If you have a table 'Alphabet', that has one column called 'Letter' and each record has a unique letter of the alphabet, what is the value of the result set for the SQL Statement: 
SELECT COUNT(letter) 
FROM Alphabet 
WHERE Letter='a' and letter ='b' and letter = 'c'

No submission

0/1

REVIEW OR

If you have a table 'Alphabet', that has one column called 'letter' and each record has a unique letter of the alphabet, what is the value of the result set for the SQL Statement:

SELECT COUNT(letter)

FROM Alphabet

WHERE letter='a' or letter ='b' or letter = 'c' 

C -

3

1/1

C9 Q2 Syntax

Programming commands rely on syntax-ruled statements that direct action (i.e., input, output, print, assign value, compute value)

A -

True

1/1

Thu Nov 13 2025

C08 Q01

If you have a table 'Alphabet', that has one column called 'Letter' and each record has a unique letter of the alphabet, what is the value of the result set for the SQL Statement:
SELECT COUNT(Letter)
FROM Alphabet
WHERE NOT Letter='a';

A -

25

1/1

C08 Q02

If you have a table 'Alphabet' who has one column called 'Letter' and each row has a unique letter of the alphabet, which SQL statement would NOT return record a  

C -

Select Letter FROM Alphabet Where Letter LIKE 'a?'

1/1

C08 Q03

If you have a table 'Alphabet', that has one column called 'Letter' and each record has a unique letter of the alphabet, what is the value of the result set for the SQL Statement:
SELECT COUNT(Letter)
FROM Alphabet
WHERE NOT (Letter='a' OR Letter='b' OR Letter='c');

B -

23

1/1

Tue Nov 11 2025

C07 Q2

Match the Database Type with the featured characteristic

Hierarchical Database

matches

Parent-Child Relationship

Relational Database

matches

Relationships in the form of tables

Object-Oriented Database

matches

Stored in the form of objects

1/1

C07 Q3

NoSQL database can be thought of as...

B -

Not Only SQL Database

1/1

C07 Q1

ETL is  moving data from a Transactional Database that is optimized for operations/workflows to a Reporting database the supports analytics. What does the ETL acronym stand for?

A -

Extract Transform Load

1/1

ARK

What idea do you have for a possible Act of Random Kindness today? 

I will compliment some people today

N/A

Thu Nov 06 2025

C06 Q1

Which most closely reflects the three branches of the government? 

A -

Data Governance

1/1

C06 Q3

A Master Data Management (MDM) system will describe all but which about a data variable?

D -

Why