Why is it important to begin development of a software solution with a programming design in place?
Dinah is using an IDE to write, modify, and save code. Which tool should she use?
A Products table and an Orders table have several linked records that are joined by a cross-referencing table named ProductsOrders. What kind of table relationship do these tables demonstrate?
Mark and John are developing a program using Python. They name a variable 24_hour_mart, but then recognize that this name violates a Python naming convention. What naming convention does it violate?
Which task is most suitable for creating an algorithm?
Use the line of code below to choose the correct answer.while (count < 7): print ‘Great!’This code is an example of a(n)
Marie can now edit her photos, send them in emails, print them on a printer, and use them as wallpaper on her computer. This is because Marie converted the photos to
Variables differ from values in that
A looping construct that continues to repeat until the expression becomes false is
Which is a real-world example of a procedure?
Which best describes a computer bug?
Comments should
What does a sort tool enable you to do in a database?
Mrs. Patel uses a computer program to balance her checkbook. Which of the following best explains how the computer algorithm helps Mrs. Patel?
To create a nonlinear presentation that has external links, the designer should
The unique identifier for each record in a database table is called the
A programmer is responsible for solving a problem and making a presentation that includes his solution. He does not have much room to show the steps, so he uses mostly words and a few symbols. For this presentation he decides to use
When preparing a photo for a magazine, a graphic designer would most likely need to use a program such as
Which statement is true?
Which is a correctly formatted Python tuple?
Which is a tool that allows you to copy formatting from one place and apply it to other places?
Effective character encoding requires
Which margin size is most appropriate for a business card?
Kali, a Python programmer, is using the turtle module to write the word “hello.” Which code should she use to indicate the location to begin writing the word?
A piece of the Student Info table in the Harris Community College database is shown below. What information could an instructor find by querying this table in the database?ID#FirstNameLastNameStudentMajorAddress1BethBorskyArt55 Winsap Ln.2HankHoffChemistry7 Gosling Rd.3StephanieSerlePolitical Science136 Finley Ave.4RafiRohrArt55 W. 79th St.
What is the difference between a sort tool and a filter tool?
Mika forgot to put in the function name in his function header for the code below. What would be the best function header?def draw(): forward(80) left(120) forward(80) left(120) forward(80) left(120)
Which can be used to decode a Unicode character encoding into text?
Serena, an analyst at an environmental agency, wants to prepare a report using data from the Car Emissions database. In her report she plans to include written analysis as well as circle graphs. To best complete this task, she can
Which statement is correct?
What is an example of a network database?
Which are steps taken to diagnose a computer problem?
Which syntax error in programming is unlikely to be highlighted by a compiler or an interpreter?
In a digital drawing program, when an object is highlighted, boxes appear at the sides and corners. These boxes can be grabbed and dragged to manipulate the size and shape of the object. What are these boxes called?
Which is an advantage of using a flat file instead of a relational database?
An unexpected result is returned by the computer when a program is executed. Which has likely occurred?
A Student table and an Address table contain one linked record. What kind of table relationship do these tables demonstrate?
In the blank LibreOffice Writer document, to start the process of entering a date field into a letter, click on the
What happens when a Boolean expression is evaluated?
Which best describes the condition under which the Unicode output is the same as plain text?
Which shape denotes a process to be carried out in a flowchart?
Which statement is true?
Mr. Stevens is the principal of a high school. Why might he want to export data from a database of students’ exam scores?
Which string of octal values in the conversion table can be used to represent the word “BAKE”?

Which of the following is an object-oriented programming language?
In Python, arrays are usually reserved for
Arrays are described as immutable because they
When is it a good time to create a database?
A spreadsheet software program requires that users predefine each field’s data type. The software program is most likely programmed using a language that is
An error was reported in a software program by a user. Before that error can be diagnosed and fixed
Did you find these answers helpful?