Question 1 Considered Brain Computer Gpu Cpu Ram Hdd 4 Points Question 2 Abstracts Program Q43787467
QUESTION 1
-
Considered the brain of the computer
GPU
CPU
RAM
HDD
4 points
QUESTION 2
-
Abstracts a program’s various tasks or function into separate“modules” of reusable code.
Modularization
Code blocks
Subroutines
Flowcharts
4 points
QUESTION 3
-
Scope is defined the same way in all programming languages.
True
False
4 points
QUESTION 4
-
In structured programming, which of the following is NOT one ofthe three basic structures?
Loop
Decision
sequence
syntax
4 points
QUESTION 5
-
A loop can also be known as a
Decision
Sequence
Iteration
Structure
4 points
QUESTION 6
-
Serves the same purpose as a list, but is considered lessflexible.
Iteration
Arrays
Flowchart
Code
4 points
QUESTION 7
-
This concept uses the three primary programming structures andlogic development strategies that create well organized, easy toread, and easy to understand program code.
Unstructured Programming
Flowchart
Pseudocode
Structured Programming
4 points
QUESTION 8
-
Loops are similar to decisions in that they have a conditionstatement which evaluates to a TRUE or FALSE value.
True
False
4 points
QUESTION 9
-
The Python Framework does inform you where an erroroccurred.
True
False
4 points
QUESTION 10
-
Write a Python program that accepts a numeric value from theuser and prints the number starting from 0 up to the user’svalue.
Expert Answer
Answer to QUESTION 1 Considered the brain of the computer GPU CPU RAM HDD 4 points QUESTION 2 Abstracts a program’s various task…
OR