Technology Final Exam Questions Fully
Solved.
To set up autosave, you must... - Answer do nothing, it's automatic.
Internet-based software... - Answer does not need to be downloaded.
What is not something you can use a spreadsheet for? - Answer creating slides.
When you add animations to your slides, you are... - Answer choosing how an object appears
and disappears.
Which of these is not an element of multimedia? - Answer television.
Levi is working on a monthly budget. He has spending categories for food/housing,
entertainment, and transportation. He wants a visual for the areas in which he is spending the
most money. Which of the following visuals would work best? - Answer pie chart.
What is the main purpose of a web browser? - Answer to interpret HTML tags and render a
web page to the end user.
CSS rules consist of... - Answer one or more selectors and one or more declarations.
What is the first step to creating a responsive design? - Answer setting the viewpoint in HTML
PHP code is enclosed by... - Answer <?php and ?>
Which of the following are tasks that a spreadsheet can help accomplish? - Answer adding a
group of 300 different numbers, sorting 54 names alphabetically, and creating a budget.
In which menu can users find filter options? - Answer Data
, You want to move a range called "students" from one sheet to another. Which formula would
you use? - Answer =QUERY (students, "select*")
What are the different levels of rights given to an individual in Airtable? - Answer owner,
editor, commenter, viewer.
History's impact on computer programming is primarily based on... - Answer the creation of
computational models.
Java, C++, and Python are considered to be... - Answer general purpose languages.
The primary weakness of the waterfall process is that... - Answer it does not allow for
changing requirements.
The system in a computer that is responsible for coordinating access to hardware from software
is called the... - Answer operating system.
ScratchED is... - Answer a community of teacher resources to use Scratch with students.
In Scratch, if you want your sprite to be in the blue box, which of the coordinates would be
correct? - Answer x:57, y:89.
What is a variable in Scratch? - Answer temporary storage.
Which is not a popular website that provides a community and tools for developing programs in
JavaScript? - Answer Wikipedia
A simple way to model a basic program is to use a... - Answer DFD
Web services are typically accessed in JavaScript by using the __________ object. - Answer
XMLHttpRequest
Typically, objects must be __________ before they can be used. - Answer instantiated.