EOP - Practice Quiz 7

EOP - Practice Quiz 7

12th Grade

5 Qs

quiz-placeholder

Similar activities

Quizora'22 Round 4 - Science and Technology

Quizora'22 Round 4 - Science and Technology

1st - 12th Grade

10 Qs

Python CodeHS Quiz

Python CodeHS Quiz

10th - 12th Grade

10 Qs

A.P. Computer Science Principles Snap! Unit 1 Q1

A.P. Computer Science Principles Snap! Unit 1 Q1

9th - 12th Grade

6 Qs

Multimedia

Multimedia

12th Grade

7 Qs

IT ENGLISH: Computer History - Alexey Pajitnov

IT ENGLISH: Computer History - Alexey Pajitnov

12th Grade

10 Qs

IT Careers

IT Careers

12th Grade

10 Qs

C++ quiz

C++ quiz

10th Grade - Professional Development

10 Qs

Programming with C++

Programming with C++

9th - 12th Grade

10 Qs

EOP - Practice Quiz 7

EOP - Practice Quiz 7

Assessment

Quiz

Computers

12th Grade

Medium

Created by

Charles Moriarty

Used 28+ times

FREE Resource

5 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.17  _______ _______ describes the learning, logic, reasoning, perception, and creativity capabilities of machines.  These abilities were once thought to be exclusively human, but they are now replicated by technology and used in every industry.

Cognitive ability

Artificial intelligence

Computational ability

Technology interface

2.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.17   Which of the following is NOT an example of AI assisting the development of software and physical systems?

Self-Driving Cars

Automated Financial Investing

Marketing Chatbots

Google Classroom

3.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.18  A git repository allows team members collectively working on a project to copy a portion of the code and make edits. Those changes can then merge back into the production code upon review. This process is called:

Software development projects

Microsoft teams software

Team development applications

Version control systems

4.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.19 A novice programmer was tasked with writing a search function on existing company data.  He completed his work and pushed the code to production.  An automated process detected that his code contribution resulted in the program running 80% slower.  What’s the most likely cause of the slowdown?

The programmer introduced a logical error when adding the feature.

The programmer added too many comments to their work.

The size of the data that the search function targets increased by 80%.

A solar flare is impacting the datacenter where the infrastructure is housed.

5.

MULTIPLE CHOICE QUESTION

30 sec • 1 pt

OE.21 For a videogame designer, using a compiled language would be most beneficial to use because of which characteristic?

Speed

Documentation

Debugging

Object-Oriented