• Shuffle
    Toggle On
    Toggle Off
  • Alphabetize
    Toggle On
    Toggle Off
  • Front First
    Toggle On
    Toggle Off
  • Both Sides
    Toggle On
    Toggle Off
  • Read
    Toggle On
    Toggle Off
Reading...
Front

Card Range To Study

through

image

Play button

image

Play button

image

Progress

1/25

Click to flip

Use LEFT and RIGHT arrow keys to navigate between flashcards;

Use UP and DOWN arrow keys to flip the card;

H to show hint;

A reads text to speech;

25 Cards in this Set

  • Front
  • Back

What is the MSRP for the Raspberry Pi 3?


(MSRP stands for Manufacturer Suggested Retail Price)

$39.95

What is the cheapest Pi to date, ranking at only $5?

Pi Zero

Name the two versions of Pi's that share the storage space of 1 gigabytes.

Raspberry Pi 2 and Raspberry Pi 3

This model Pi was released in May of 2016

Raspberry Pi Zero Model v1.3

The Raspberry Pi 3 has a DCI display port, for doing what?

Connecting a touch screen display

The Raspberry Pi 3 has a BLE, what does BLE stand for?

Bluetooth Low Energy

Linux Command : SSH




What does this command do?

Action : Secures Shell

Linux Command: Sudo Shutdown -h now




What does this command do?

Action: Shuts down the Raspberry Pi

Linux Command: Ifconfig




What does this command do?

Action: Shows the information of the computer

Linux Command: Sudo




What does this command do?

Action : Run a command as a super user

Linux Command: Logout




What does this command do?

Action: Logs the current user out of the system

Linux Command: Head




What does this command do?

Action: Displays the beginning of a file

Linux Command: Tail




What does this command do?

Action: Displays the end of a file

Linux Command: SCP




What does this command do?

Action: Copies a file from one computer to another using ssh

Linux Command : sudo python filename.py




What does this command do?

Action: Runs a created program, used for message with Sense Hat

Linux Command: Hostname




What does this command do?

Action: Displays current host name

Linux Commands: MV




What does this command do?

Action: Displays current host name



Linux Command: CAT




What does this command do?

Action: Lists the contents of a given file

How would I display the amount of memory space?

Linux Command: Free

The smallest Pi, the Pi Zer0 holds how much data?

512 megabytes

On which version of Pi could I find Bluetooth version 4.1?

The Raspberry Pi 3

Linux Command: Whereis




This command does what?

Action: Locates binaries and manual pages for the ls command

What is the most efficient way to find in Linux?

Action: Locate ( file name )

What doe the action LESS do when run in Linux?

LESS will allow you to scroll through a text file

How would you clear a command line screen?

Action: Clear