01 App Econ Intro

01 App Econ Intro

University

6 Qs

quiz-placeholder

Similar activities

Autocad dasar

Autocad dasar

University

11 Qs

Really easy Christmas quiz...ish

Really easy Christmas quiz...ish

KG - University

10 Qs

Condizionale composto (italiano) ;)

Condizionale composto (italiano) ;)

University

6 Qs

Italia dell'arte

Italia dell'arte

KG - University

10 Qs

Cuestionario sobre Gestión de Riesgos

Cuestionario sobre Gestión de Riesgos

University

10 Qs

Snapchat LCDV

Snapchat LCDV

10th Grade - University

10 Qs

Certified Ethical Hacker 4

Certified Ethical Hacker 4

University

10 Qs

Certified Ethical Hacker 2

Certified Ethical Hacker 2

University

10 Qs

01 App Econ Intro

01 App Econ Intro

Assessment

Quiz

Other

University

Medium

Created by

Ira Simankova

Used 5+ times

FREE Resource

6 questions

Show all answers

1.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is Stata's file extension ending?

.Statadata

.dat

.dta

.csv

2.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is a do-file?

A text file where you can save all the commands of your code.

A file that is created automatically saving all the commands you have run from the command line.

It is something not relevant to Stata.

It is a data format.

3.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What is correct about log-file?

It is useless.

Log file can only be created from a do file.

Log file is Stata data format.

It allows you to make a full record of your Stata session.

4.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How to drop all the variables?

clear

drop all

a) and b) are correct

None of the above

5.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

What does "label variable inc "Income in US dollars"" command do?

It assigns labels to the values of the variable inc.

It assigns a label "Income in US dollars" to variable inc, providing user with more information.

It changes the name of variable inc to "Income in US dollars".

You will get an error message.

6.

MULTIPLE CHOICE QUESTION

45 sec • 5 pts

How to execute a command?

Run a line of code from a do-file.

Run a line of code from the command window.

Using point and click interface.

All of the above.