Copy files from a flash drive to the documents folder
Configure NTFS permissions
Give file access rights to groups
Use PowerShell commands
Use PowerShell to copy files, check disk, kill a task, and map a folder to a remote computer.
Use Linux shell commands
Use the Linux shell to do file tasks.
Use Windows desktop applications
Launch Microsoft Word. Open and save a file. Create an application shortcut.
Use Microsoft Word
Use basic editing features.
Use Microsoft PowerPoint
Open a PowerPoint presentation. Use basic editing to alter the presentation.
Install and configure a local printer in Windows 10
Select a new printer and set it to be the default printer.
Print a document in Windows 10
Change the printer, and print the document.
Manage applications in Windows 10
Use Windows task manager to disable applications you don’t want to launch at startup. Use file explorer to change the compatibility settings.
Repair programs in Windows 10
Use the settings menu to repair an application.
Ch 5: Internet Technologies
Clear browser cache
Clear all data in the browser from the settings menu.
Configure browser settings
Adjust browser settings for pop up blocker and location tracking.
Use a proxy server
Select a proxy server in Windows 10.
Copy files to OneDrive
Copy a file in Windows 10 from Documents to OneDrive.
Email etiquette in Microsoft Outlook
Reply to an email using reply and reply to all.
Configure smart devices
Pair Internet of Things devices in the iPad.
Ch 6: Networking
Install a network adapter
Install a network card, start the computer, and check the connection.
Setup an ethernet connection
Install an ethernet cable, and check the network setting.
Use a wireless network
Install a USB wireless device. In Windows 10, connect to the wireless network.
Pair Bluetooth headphones with a mobile device
Pair a set of headphones to the iPad.
Configure network printing
Share your printer to be a network printer. Add the printer in the settings and devices menu.
Create a home wireless network
Install a wireless access point to the network. Open the laptop, and add the wireless connection.
Connect a cable modem
Add a cable modem, and check connectivity in Windows.
Configure a wireless infrastructure
Install a cable modem and an ethernet router to the system. Connect the computer to the router, and check the internet connection.
Manage mobile devices
Set up iPad to use SSL encryption for email. Connect the iPad to the wireless network.
Configure a VPN Connection
Add a VPN connection on the iPad. Change the security on the VPN, and connect to the VPN.
Explore network configuration information
Launch PowerShell, and use the ipconfig command to get info on the Internet connection.
Configure TCP/IP settings
Use network settings to set up a static IP address. Set a preferred DNS server.
Configure Windows update
Set up Windows to automatically install software and security updates.
Fix network adapter problems
Use device manager to disable the current network adapter. Enable the RealTek adapter.
Fix a network connection
Check the internet cable for connections. Change the TCP/IP setting to the fixed values listed.
Fix a network connection 2
Troubleshoot the network connectivity. Run ipconfig, notice the network is not connected. Replace the ethernet cable. Recheck the connection.
Ch 7: Databases
Microsoft Access: Explore an Access database
Use Access to delete a record, change a record, and print a report.
Microsoft Access: Design a database
In Access, double-click the table to see the contents. Press the view button for table details. Go to relationships to view the relationships between tables.
Microsoft Access: Tables and Relationships
Create a table in Access. Set up fields in the table. Make a one to many relationship by clicking relationships, and add the two tables.
Microsoft Access: Queries
Examine a query in Access. Use the design view to see the details of the query.
Microsoft Access: Create queries for a school database
Create a query to show names and courses in the table. Have it display only the students with a score of less than 70.
SQL: Select all records in a table
Use the SQL builder to list the records in the people table.
SQL: Select records with a single condition
Create a query that selects all the records for employees at the east branch.
SQL: Select records with multiple conditions
Create a query that selects all the records for accounting employees at the central branch.
SQL: Add a new record to a table
Create a query that will add a record to the people table.
SQL: Delete a record from a table
Create a query that deletes a record.
Ch 8: Programming
Code Visualizer - JavaScript: If..Else Statement
Use the code visualizer to answer questions using an if..else statement.
Code Visualizer - JavaScript: For Loop
Use the code visualizer to answer questions using a for loop.
Code Visualizer - JavaScript: For Loop with Array
Use the code visualizer to answer questions using a for loop pulling names from an array.
Code Visualizer - JavaScript: While Loop
Use the code visualizer to answer questions using a while loop.
Code Visualizer - JavaScript: Function
Use the code visualizer to answer questions using a function.
JavaScript: Create an If…Else statement
Use the script.js window to answer the questions using an if…else statement.
JavaScript: Create a While Loop
Use a while loop to analyze the monster’s health.
JavaScript: Create a For Loop
Create a for loop that counts by fives from 0 to 50.
JavaScript: Loop through an array
Use the sample code to run through the array.
JavaScript: Define and call a function
Create a function that will find the difference between two numbers.