Answer:
The olennon account's password: See the attached file for this.
The Administrator account's password: 4Lm87Qde
Explanation:
Note: See the attached excel file for the olennon account's password as I was unable to save it here because I was instead getting the following message:
"Oh no! It seems that your answer contains swearwords. You can't add it!"
The olennon account's password and the Administrator account's password can be found as follows:
To see the rear of the computer, click Back from the menu bar above the computer.
Drag the USB Type A connector for the keyboard from the rear of the computer to another USB port on the machine.
Make sure the keyboard is plugged back in.
Expand System Cases on the shelf.
Add the Laptop to the Workspace by dragging it there.
To see the rear of the laptop, click Back from the menu above the laptop.
Drag the keylogger from the computer to the laptop's USB port.
Select Front from the menu above the laptop to see the front of the laptop.
Select Click to display Windows 10 on the laptop.
Toggle between keylogger and flash drive mode by pressing S + B + K.
To control what occurs with detachable drives, select Tap.
To view files, choose Open folder.
To open the file, double-click LOG.txt.
Select Answer Questions in the top right corner.
Respond to the questions.
Choose Score Lab as the option.
Therefore, we have:
The olennon account's password:
The Administrator account's password: 4Lm87Qde
Which phrases suggest that Bob is a web administrator?
Bob logs in to his computer. He checks his email. He then researches online for a system upgrade of a new machine. He fills his timesheet at
his organization detailing the tasks completed during the week. Later in the day, Bob creates a weekly backup from a remote web server.
"creates a weekly backup from a remote web server"
This implies that he is the owner of the server since, one, he backs it up every week, and two, he has access to create a backup.
Alt +f4 is a short cut of close a document in MS word /ture /false
Answer:
True.
Explanation:
Microsoft Word refers to a word processing software application or program developed by Microsoft Inc. to enable its users to type, format and save text-based documents.
In Computer science, there are specific key combinations (short cut) that avail end users the opportunity to perform specific functions without having to go through a series of step.
For example, when you press the Alt button and function key 4 (F4) at the same time, it would close the current open window.
Hence, Alt + F4 is a short cut key that can be used to close a document in MS word.
In saving a Visual Basic project properly , which of the following: two components part are involved ?
A) Folder and Form
B) Form and File
C) Project and Form
D) Project and Data
Answer:
C) Project and Form
Explanation:
In saving a Visual Basic project properly, the following: two components part that is involved are:
1. Project - this is the project file that will be saved in the computer's memory. On the toolbar of a Visual Basic Editor, there is a "Save Project File" icon, which will be clicked to save a Project file.
2. File - the is the Visual Basic Editor's user interface. Just like "window" in Microsoft Office, it is the space used in writing or building the project file.
Define computer with its prossing meaning
Answer:
The computer is a device that accepts information (in the form of digitalized data) and manipulates it for some result based on a program, software, or sequence of instructions on how the data is to be processed. Today's computers have both kinds of programming.
Explanation:
did you mean-Define computer with its processing meaning. °•°
Computer is a device that takes input, processes it and gives us output.
Why is https used in every link of a website?
Answer:
As a request-response protocol, HTTP gives users a way to interact with web resources such as HTML files by transmitting hypertext messages between clients and servers. HTTP clients generally use Transmission Control Protocol (TCP) connections to communicate with servers.
PLEASE HELP!!! ILL MARK BRAINLIEST!!
Match each form of IPR to the protection it affords.
patent
trademark
copyright
protects the specific expression of a creation
protects signs, symbols, names, or short phrases
that reveal the origin of a product or service
protects the idea underlying a creation
Answer:
1. Copyright.
2. Trademark.
3. Patent.
Explanation:
A patent can be defined as the exclusive or sole right granted to an inventor by a sovereign authority such as a government, which enables him or her to manufacture, use, or sell an invention for a specific period of time.
Generally, patents are used on innovation for products that are manufactured through the application of various technologies.
An intellectual property can be defined as an intangible and innovative creation of the mind that solely depends on human intellect.
Simply stated, an intellectual property is an intangible creation of the human mind, ideas, thoughts or intelligence. They include intellectual and artistic creations such as name, symbol, literary work, songs, graphic design, computer codes, inventions, etc.
Basically, the three (3) main ways to protect an intellectual property is to employ the use of the following;
1. Copyright: protects the specific expression of a creation.
2. Trademark: protects signs, symbols, names, or short phrases that reveal the origin of a product or service.
3. Patent: protects the idea underlying a creation.
What is part of the third step in troubleshooting a computer problem?
O locating the problem and identifying it
O trying a number of simple fixes initially
O researching ways to solve the problem
O seeking help to solve the problem
Answer:
locating the problem and identifying it.
Give five examples of top level domain
Answer: .com — Commercial businesses.
.org — Organizations (generally charitable).
.net — Network organizations.
.gov — U.S. government agencies.
.mil — Military.
.edu — Educational facilities, like universities.
Explanation:
Hope this helps!!! :)
The output for the following code will be: Pasta (1 mark)
My FavFood=Pasta
print (My FavFood)
Answer:
The output is "Pasta"
Explanation:
Given
The attached code segment
Required
The output
The first line of the program implies that:
MyFavFood="Pasta"
This means that, the value of the variable MyFavFood is string "Pasta"
Next,
print (MyFavFood)
This prints the value of the variable MyFavFood which is "Pasta"
Hence, the output is "Pasta"
A
is an list of steps to complete a task. *
Explanation:
hope it helps
pls mark me brainliest thanks
What came first, the internet or WIFI?
Answer: wifi
Explanation:
because you can't have the internet if you don't have wifi to power it up
A car dealership only sells cars that have fewer than 10 000 miles and are 5 years old or less. (i) Write an algorithm that will: • ask the user to enter the number of miles and the age of a car • validate the input to check that only sensible values that are in the given range are entered • output True if valid data has been entered or False if invalid data has been entered.
Answer:
Algorithm:
ValidateCarData (milesDrives, age)
Start
Prompt the user to enter the number of miles and the age of a car.Get the input from the user.Store the number of drives in the variable named milesDrives and the age of the car in the variable named age.if ( milesDrives < 10000 and age <= 5)Display true.
elseDisplay false.
Stop
Explanation:
Algorithm: An algorithm is a step-by-step solution to a problem in a finite number of steps.
A car dealer sells only the car that
drives less than 10000 milesand the age of the car is equal to or less than 5 years.Prompt the user to enter the number of miles and the age of a car.
Validate the user-entered data.
when the user-entered data is valid (car drive fewer than 10000 miles and 5 years or less old)
Display true (user enters the valid data).
else (car drives more than 10000 miles or more than 5 years old)
Display false (user enters the invalid data).
Pls answer this
The figure above is a type of thread known as
A. Acme thread B. Buttress thread
C. Square thread D. Vee thread
Answer:
It looks like an Acme thread.
Explanation:
An engineer learns a new security threat mitigation technique. The technique maps an IP address to a non-existent host, and is useful in stopping denial of service attacks. Traffic heading to these IPs can be captured for analysis or discarded. Considering the given strategies, which does this technique relate to? Select all that apply.
A. Black hole
B. Sinkhole
C. Forward proxying
D. Reverse proxying
Below are the possible answer to each question write your answer in the space provided before each number
Answer:
Please find the complete question in the attached file:
Explanation:
1. primary memory
2. secondary memory
3. dynamic ram
4. HDD
5. SSD
6.Rom
7. video card
8. VRAM
9. random access memory
10. processor
Se le conoce así cuando el analista mismo desarrolla el software necesario para implementar el diseño
Answer:
Desarrollo de software.
Explanation:
El método clásico de desarrollo de software se denomina modelo en cascada, lo que significa que cada fase de desarrollo del programa debe completarse antes de que comience la siguiente, y que se lleva a cabo un extenso trabajo de especificación antes de que comience el desarrollo real del programa. La especificación es tradicionalmente de arriba hacia abajo y el desarrollo se basa en una programación estructurada, es decir, se formula primero un objetivo final para el proyecto, y luego el programa se divide gradualmente en partes funcionales más pequeñas.
Los métodos más nuevos son ágiles y basados en pruebas. Se basan en el desarrollo gradual de muchas entregas parciales del programa y permiten que las distintas fases de desarrollo se lleven a cabo de forma cíclica o en paralelo. Los clientes y usuarios ganan influencia a lo largo del proceso de desarrollo. El desarrollo y las pruebas de prototipos comienzan lo antes posible, antes de que estén listos todos los detalles de la especificación de requisitos. Las decisiones sobre la especificación de requisitos de las versiones de entrega se toman lo más tarde posible, cuando los usuarios han probado y comprendido lo que realmente quieren y existe un buen conocimiento de las necesidades, posibilidades técnicas y dificultades. Cambia entre el método de arriba hacia abajo (para comenzar desde el propósito y el objetivo) y el método de abajo hacia arriba (para comenzar con lo que ya tiene y puede reutilizar, y comenzar con casos especiales simples pero gradualmente hacer que el programa sea cada vez más general).
____coping skills are instinctive.
A. All
B. No
C. Some
Answer:
Some of them
explanation:
Summary of how I could use my Video Skills outside of school
Answer:
u can take videos of your journey
- enjoy the moment (like using videos in snap)
- you can record ur life
hope this helps
Answer:
you could make some videos for money
Explanation:
The cafeteria is dark except for one light in the kitchen. The cafeteria manager is in there, counting lunch money. She says that there were some strangers in the school today and they ate lunch in the cafeteria.
Answer:
Explan
wha??! do u meana
The names of the governing body or organizationds that creates rules for information technology and information communication technology
Answer:
Alliance for Telecommunications Industry Solutions
Explanation:
Alliance for Telecommunications Industry Solutions is the main body that creates rules for information technology and information communication technology.
This agency create solutions to supports the release of new products and services into the communications marketplace. It also act as an agency that standardizes the wireless and wireline networks activities. It is accredited by the American National Standards Institute (ANSI).
why should one avoid noise in the computer room
Which of the following would not be stored in a cell ?
A. Formula
B. Text
C. Number
D. Chart
Answer:
D
Explanation:
Because you can put formulas, text and numbers into a salad, but you can not put a chart interrupt because it won't fit in a cell.
Which is the default data type of Ms-Access? (i) Memo (ii) Number (iii) Text (iv) Auto number
Answer:
(iii) Text
Explanation:
A database management system (DBMS) can be defined as a collection of software applications that typically enables computer users to effectively and efficiently create, store, modify, retrieve, centralize and manage data or informations in a database. Thus, it allows computer users to efficiently retrieve and manage their data with an appropriate level of security.
Generally, a database management system (DBMS) acts as an intermediary between the physical data files stored on a computer system and any software application or program.
Hence, a software that enables the organization to centralize data, manage the data efficiently while providing authorized users a significant level of access to the stored data, is called a Data Base Management System (DBMS).
Text is the default data type of Microsoft Access (Ms-Access).
Prompt: Create a program that asks the user continuously the dollar amount of their recent Amazon purchases until they say done. Store those numbers in a list. Afterwards calculate the following:
Total Amount Spent
Maximum amount spent on a single purchase
Minimum amount spent on a single purchase
Number of purchases
Amount of money spent on taxes. (Sales tax in NY is 8.875 percent).
Things to keep in mind:
Input is stored as string so you need to convert to float.
If you or your family use Amazon, try using your own data!
Pls Dont scam me
Answer:
oh sorry I don't know that but...
Explanation:
Thanks for the points hehe
what part of the meat help you identify the less tender cuts
If a muscle gets a lot of exercise in an animal it will be a less tender cut of meat.
To indent an entire paragraph or list you should:
A. Use the paragraph spacing icon
B. Use the select icon
C. Use the tab key on your keyboard
D. Use the decrease indent icon
Answer:
C. Use the tab key on the keyboard
(a easier and fastest way to add a indent in the paragraph)
If the amount of food or resources available increases, the carrying capacity for an animal:
Answer: increases
Explanation:
The carrying capacity of an environment simply refers to the maximum population size of the species which the environment can sustain with the available resources such as food and water.
When the amount of food or resources available increases, then the carrying capacity for an animal: will increase as well. Assuming there's a reduction in resources, then there'll be reduction in carrying capacity.
Explain two ways by which the calendar meets or fails to meet the criteria of showing the correct data
Answer:
The two ways the calendar meets the criteria of showing the correct date are;
1) The calendar can give dates in the 12 months in a year
2) The calendar can show up to the 31 different days in a month
Explanation:
The two ways in which the calendar meets the criteria of showing the correct date are;
1) The number number of long blocks with 4 different months each = Three
Therefore, the total number of months the blocks can hold = 3 × 4 months = 12 months = The number of months in a year
2) The number of faces on each dice = 6 faces
The number of dice = 2 dice
The total number of faces = 12
The number of identical faces = 2 (11th and 22nd of the month)
The number of unique faces = 10
The number of combinations of the dices = ₁₀C₂ = 45
The number of combination of faces required to show = 1 to 31 = 31 combination
Therefore, there are adequate combinations on the dice to show all the dates of month
______ language is written using 0's and 1's
Answer:
Binary language is written using 0's and 1's.
Explanation:
That language of 1's and 0's is called binary. Computers speak in binary because of how they are built.
question no.3 a. Can someone pls help me
Answer:
A=1
B=1
C=0
X= OR
Explanation:
A is XOR
B is NOT
C is AND
X is OR