wayground logo

Free Printable Worksheets

NEW

Font size

S
M
L
XL
Worksheets

2-9-2022 Brownbag Session

Total questions: 10

Worksheet time: 2mins

Name
Class
Date
1.

Identify violated principle: You find that a ML model does not grant loans to people of certain gender.

a)

Inclusiveness

b)

Fairness

c)

Transparency

d)

Privacy and Security

2.

This cognitive service finds unusual actions, behaviors or errors.

a)

Optical Character Recognition

b)

Sentiment Analysis

c)

Form Recognizer

d)

Anomaly Detection

3.

This service trains custom image classification and object detection models using your own images.

a)

Computer Vision

b)

Custom Vision

c)

Face

d)

Form Recognizer

4.

Form Recognizer extracts visual features from image content such as description and tags

a)

True

b)

False

5.

Machine Learning is based from rules while Traditional Programming learn from examples

a)

True

b)

False

6.

Refers to a place where all the Git files are stored. These files can either be stored on the local or on the remote.

a)

Master/Branch

b)

Git flow

c)

Repository

d)

Azure DevOps

7.

What is the correct syntax to add a message to a commit

a)

git commit --m "x files created"

b)

git commit -n "x files created"

c)

git commit -m "x files created"

d)

git commit --n "x files created"

8.

Refer to individual projects within a git repository.

a)

Fork

b)

Branch

c)

Clone

d)

Master

9.

Commit changes to head but not to the remote repository

a)

Git Init

b)

Git Config

c)

Git Commit

d)

Git Add

10.

What language is used in Git?

a)

Java

b)

Python

c)

Javascript

d)

C