Exam 1: The Craft of Programming
Exam 1: The Craft of Programming50 Questions
Exam 2: The Javascript Language49 Questions
Exam 3: Objects, Events, and Graphical User Interfaces48 Questions
Exam 4: The Sequence Structure50 Questions
Exam 5: The Selection Structure50 Questions
Exam 6: The Repetition Structure50 Questions
Exam 7: Complex Conditions49 Questions
Exam 8: Modules and Functions50 Questions
Exam 9: Menus and Data Validation50 Questions
Exam 10: Arrays50 Questions
Exam 11: Building Programs50 Questions
Exam 12: Sorting Data30 Questions
Exam 13: Recursion50 Questions
Select questions type
The statements below are known as ____.
LastName = "Vanderkolk"
FirstName = "Monica"
HoursWorked = 40
PayRate = 15.00
GrossPay = hoursWorked * payRate
(Multiple Choice)
4.9/5
(31)
____ is a digital representation of instructions on the computer.
(Multiple Choice)
4.8/5
(35)
Text data includes special formats, such as image, video, and sound files.
(True/False)
4.9/5
(41)
Every program should have ____, consistent basic documentation that includes the program's name and purpose, who wrote it, and the date it was written or modified.
(Multiple Choice)
4.7/5
(40)
Both instructions and data in a digital computer are represented as binary digits.
(True/False)
4.8/5
(35)
The list below identifies the characteristics of a(n) ____.
• It's logically correct (provides a satisfactory solution to the problem).
• It's efficient (uses suitable programming tools without wasting time or resources).
• It's easy to understand (can be explained in ordinary language).
(Multiple Choice)
4.8/5
(37)
Sequential access memory is like a cassette tape or VHS tape, which requires starting at the current location and fast-forwarding or rewinding to get to the track or segment you're looking for.
(True/False)
4.7/5
(33)
Showing 41 - 50 of 50
Filters
- Essay(0)
- Multiple Choice(0)
- Short Answer(0)
- True False(0)
- Matching(0)