wayground logo

Free Printable Worksheets

Font size

S
M
L
XL
Worksheets

QUIZ

Total questions: 42

Worksheet time: 17mins

Name
Class
Date
1.

STATA is NOT a command driven statistical package.

a)

True

b)

False

2.

STATA's original name was ______.

a)

DiAL

b)

SPSS

c)

S

d)

R

3.

In STATA, missing values for string and numeric variables are represented by dots (.) and blanks, respectively.

a)

True

b)

False

4.

This STATA command is use to change the working directory.

a)

cd

b)

change

c)

c

d)

cw

5.

Which STATA window displays all variables that the currently used dataset contains and the newly created variables?

a)

Variables

b)

Results

c)

Command

d)

Review

6.

Which STATA window displays properties of your variables and dataset?

a)

Variables

b)

Results

c)

Properties

d)

Review

7.

Which STATA window allows you to enter, edit, and execute STATA commands?

a)

Variables

b)

Results

c)

Command

d)

Review

8.

STATA uses one line commands which can be entered one command at a time.

a)

True

b)

False

9.

This STATA command allows you to type data directly into the dataset in memory.

a)

type

b)

input

c)

infile

d)

insheet

10.

STATA is a portmanteau of the word “statistics” and “data”

a)

True

b)

False

11.

In Stata terms, data in memory is termed the "master dataset" while dataset to be merged is called the “using” dataset"

a)

True

b)

False

12.

This STATA command is used to add more observations (rows).

a)

add

b)

append

c)

merge

d)

combine

13.

The merge command combines datasets by stacking them row-wise, adding more observations of the same variables

a)

True

b)

False

14.

Missing numeric values in Stata are represented by dot (.)

a)

True

b)

False

15.

This basic data management technique in STATA gives text descriptions to the numerical values of a variable.

a)

Defining

b)

Recoding

c)

Labeling

d)

Describing

16.

This STATA command converts number variables stored as strings to numeric.

a)

tostring

b)

decode

c)

encode

d)

destring

17.

Which of the following is a type of merging in STATA?

a)

one to one

b)

one to many

c)

many to one

d)

many to many

e)

all of the above

18.

Observations in each dataset to be merged should be linked by a unique id variable/identifier.

a)

True

b)

False

19.

This STATA command changes the name of a variable.

a)

rename

b)

recode

c)

replace

d)

relabel

20.

In merging, STATA will only output how many observations were successfully merged.

a)

True

b)

False

21.

The import excel command reads worksheets from Microsoft Excel (.xls and .xlsx) files.

a)

True

b)

False

22.

Data files stored in Stata’s format are known as _____.

a)

.xls files

b)

.mdb files

c)

.dta files

d)

.do files

23.

Double clicking on a .dta file in Windows will open up the data in a new instance of Stata (not in the current instance)

a)

True

b)

False

24.

This STATA command loads the STATA dataset.

a)

load

b)

infile

c)

import

d)

use

25.

he file extension used for do-files is _____.

a)

.do

b)

.ado

c)

.dta

d)

.xlsx

26.

To run a command from the do-file, highlight part or all of the command, and then hit ______.

a)

Ctrl + R

b)

Ctrl + D

c)

Ctrl + S

d)

Ctrl + F

27.

This STATA command opens the do file editor.

a)

doinfile

b)

edit

c)

doedit

d)

dofile

28.

Multiple commands can be selected and executed in the do-file editor.

a)

True

b)

False

29.

Comments, which are not executed, are usually preceded by * and are colored ____

a)

red

b)

blue

c)

orange

d)

green

30.

Which of the following is NOT a command to examine or view your data in STATA?

a)

browse

b)

list

c)

desribe

d)

code

31.

Use sort with + or – before each variable to specify ascending and descending order, respectively

a)

True

b)

False

32.

This STATA command open help page.

a)

search

b)

learn

c)

view

d)

help

33.

Histograms plot distributions of variables by displaying counts of values that fall into intervals of the variable.

a)

True

b)

False

34.

Drop command removes the selected variables and keeps the rest.

a)

True

b)

False

35.

_________ is the representation of data in visual formats such as graphs.

a)

Data gathering

b)

Data management

c)

Data visualization

d)

Data analysis

36.

This type of graph displays the median, the interquartile range, (IQR) and outliers (beyond 1.5*IQR).

a)

scatter

b)

bar

c)

two-way bar graph

d)

boxplot

37.

This STATA command preserves the selected variables and drops the rest.

a)

drop

b)

keep

c)

tab

d)

select

38.

This graph explore the relationship between 2 continuous variables.

a)

scatter

b)

bar

c)

two-way bar graph

d)

boxplot

39.

In two-way bar graphs, this option will color the bars by the first over() variable.

a)

asyvars

b)

color

c)

highlight

d)

over

40.

Stata is an easy to use but powerful software that features strong capabilities in data management and analysis.

a)

True

b)

False

41.

What are your insights/realizations about STATA?

4 lines
42.

How can you apply what you learn in this training in your work?

4 lines