MIS 3301 Baylor Sanchez Final Review || with 100% Errorless Answers.
2 views 0 purchase
Course
MIS 3301 Baylor Sanchez F
Institution
MIS 3301 Baylor Sanchez F
Programs are commonly referred to as correct answers software
The __________ coding scheme contains a set of 128 numeric codes that are used to represent characters in the computers memory correct answers ASCII
A _____________ has no moving parts and operates faster than a traditional disk dr...
MIS 3301 Baylor Sanchez Final Review || with 100%
Errorless Answers.
Programs are commonly referred to as correct answers software
The __________ coding scheme contains a set of 128 numeric codes that are used to represent
characters in the computers memory correct answers ASCII
A _____________ has no moving parts and operates faster than a traditional disk drive correct
answers solid state drive
Which of the following is NOT a major component of a typical computer system? correct
answers the operating system
(major components include: CPU, main memory, secondary storage devices)
Which type of error prevents the program from running? correct answers syntax
Where does a computer store a program and the data that the program is working with while the
program is running? correct answers in main memory
The following is an example of an instruction written in which computer language?
10110000 correct answers machine language
Hyper-Threading occurs when ____________ correct answers a single CPU chip can process
two instructions on one CPU core
What is the informal language, used by programmers use to create models of programs, that has
no syntax rules and is not meant to be compiled or executed? correct answers pseudocode
What is the output of the following command, given that value1 = 2.0 and value 2 = 12?
print(value1 + value2) correct answers 24.0
A(n) _____________ is a diagram that graphically depicts the steps that take place in a program?
correct answers flowchart
The ____________ function reads a piece of data that has been entered at the keyboard and
returns that piece of data, as a string, back to the program. correct answers input()
Which of the following is line continuation character? correct answers \
Which mathematical operator is used to raise 5 to the second power in Python? correct answers
**
Which of the following statements will generate this output:
, a b cabc correct answers print('a', 'b', 'c', end=")
print('a', 'b', 'c', sep=")
Which of the following is false? correct answers Python is a statically-typed language
After the execution of the following statement, the variable sales will reference the value
_______________.
sales = int(1234.549) correct answers 1234
Assume a vehicle inspection fee 15.50 and will never change. This type of value is known as a
_____________ and the standard is to code as ________________. correct answers constant;
INSPECTION_FEE = 15.50
A(n) ___________ structure is a logical design that controls the order in which a set of
statements execute. correct answers control
What is the result of the following Boolean expression, given that x = 5, y = 3, and z = 8?
not (x < y or z > x) and y < z correct answers False
What will the following code generate on the output screen?
val = 75
if val > 80:
print('Level A ', end='')
else:
print('Level B ', end='')
print('Error') correct answers Level B Error
In Python the ____________ symbol is used as the not-equal-to operator correct answers !=
When using the ___________ logical operator, only one or both of the subexpressions may be
true for the compound expression to be true. correct answers or
What does the following statement yield?
print('12'*2) correct answers 1212
What is the result of the following Boolean expression, given that x = 5, y = 3, and z = 8?
x < y or z > x correct answers True
What will the following code generate on the output screen?
x = 22
if x <= 15 or x >= 35:
x=x*2
print(x) correct answers 22
What type of loop structure repeats the code a specific number of times? correct answers count-
controlled loop
The benefits of buying summaries with Stuvia:
Guaranteed quality through customer reviews
Stuvia customers have reviewed more than 700,000 summaries. This how you know that you are buying the best documents.
Quick and easy check-out
You can quickly pay through credit card or Stuvia-credit for the summaries. There is no membership needed.
Focus on what matters
Your fellow students write the study notes themselves, which is why the documents are always reliable and up-to-date. This ensures you quickly get to the core!
Frequently asked questions
What do I get when I buy this document?
You get a PDF, available immediately after your purchase. The purchased document is accessible anytime, anywhere and indefinitely through your profile.
Satisfaction guarantee: how does it work?
Our satisfaction guarantee ensures that you always find a study document that suits you well. You fill out a form, and our customer service team takes care of the rest.
Who am I buying these notes from?
Stuvia is a marketplace, so you are not buying this document from us, but from seller FullyFocus. Stuvia facilitates payment to the seller.
Will I be stuck with a subscription?
No, you only buy these notes for $12.49. You're not tied to anything after your purchase.