2nd 9 Weeks Test Review

2nd 9 Weeks Test Review

Assessment

Flashcard

Computers

10th Grade

Hard

Created by

Wayground Content

FREE Resource

Student preview

quiz-placeholder

29 questions

Show all answers

1.

FLASHCARD QUESTION

Front

How many officially documented programming languages exist?

Back

700

Answer explanation

Each programming language is designed to serve a specific purpose or solve a specific type of problem.

While "general purpose" programming languages do exist, we want to pick the best language for the job.

2.

FLASHCARD QUESTION

Front

Which programming language is designed specifically for automating tasks in Microsoft Office Applications and can be written manually in modules, or by recording a macro? Options: Python, C++, Visual Basic for Applications (VBA), JavaScript

Back

Visual Basic for Applications (VBA)

3.

FLASHCARD QUESTION

Front

What control statement in VBA can be used to implement selection?

Back

If...Then...Else

4.

FLASHCARD QUESTION

Front

For-Next can be used to implement (in VBA)... what?

Back

Iteration

5.

FLASHCARD QUESTION

Front

What does a VBA MsgBox do?

Back

It shows a message box popup to the user.

6.

FLASHCARD QUESTION

Front

What are the benefits of splitting code up into multiple functions/subroutines?

Back

Improved readability, easier debugging, code reuse, and enhanced maintainability.

Answer explanation

Also ABSTRACTION!! (hiding unnecessary details using functional abstraction)

This also results in reduced repetition in code, keeping it "DRY" (Don't Repeat Yourself)

7.

FLASHCARD QUESTION

Front

Which of these is not one of the 5 Dysfunctions of a Team?
Absence of Trust,
Fear of Conflict,
Inattention to Results,
Lack of Empathy

Back

Lack of Empathy

Answer explanation

  • The 5 Dysfunctions of a Team are:

  • Absence of Trust (the foundation of all others, must be addressed first)

  • Fear of Conflict

  • Lack of Commitment

  • Avoidance of Accountability

  • Inattention to Results (can only be addressed once all others are non-dysfunctional).

Create a free account and access millions of resources

Create resources
Host any resource
Get auto-graded reports
or continue with
Microsoft
Apple
Others
By signing up, you agree to our Terms of Service & Privacy Policy
Already have an account?