I'm sure you have heard of social media, But have you heard it start's to get out of hands because kids get addicted?
1)Causes kids to be addicted
Answer well to be honest it just gives people something to do but if your on it to long you start to get addicted to that. and my parents try to get them off of it and people could post something that you don't want to. i may be 17 but i still choose not to have social media
Which type of vlan is used to designate which traffic is untagged when crossing a trunk port?.
The type of VLAN called "native" is used to specify which traffic is untagged when it passes through a trunk port.
The VLAN that does not get a VLAN tag in the IEEE 802.1Q frame header is referred to as a native VLAN. When possible, it is advised by Cisco best practices to use an unoccupied VLAN as the native VLAN.
A logical overlay network called a virtual LAN (VLAN) is used to separate the traffic for each group of devices that share a physical LAN. A LAN is a collection of computers or other devices that are connected to the same physical network and are located in the same location, such as the same campus or building.
Learn more about VLAN https://brainly.com/question/14530025
#SPJ4
How would you describe the relationship between blocks of code and commands?
the same data might be simultaneously structured and unstructured depending on the intended processing.
True, the same data might be simultaneously structured and unstructured depending on the intended processing.
You might not realize it, but the data you encounter every day can be classified as either structured or unstructured. Structured data is data that can be easily processed by computers, while unstructured data is more free-flowing and difficult to process.
Interestingly, the same data can be simultaneously structured and unstructured depending on the intended processing. For example, an address can be structured data when you input it into a GPS system. But if you're trying to determine the best route to your destination, that same address becomes unstructured data.
As data becomes increasingly important in our lives, it's important to understand how to best process and make use of it. Structured data is much easier to work with, so if you can structure your data, you'll be able to get more out of it.
Learn more on structured and unstructured data here:
https://brainly.com/question/28326950
#SPJ4
how do i create a program in little man computer that takes 2 numbers, divides them and then outputs the div and mod?
Answer:
The program then displays to the screen (OUT) the result of taking the remainder (modulus) of dividing the second number into the first number. For example, if the first number entered was 14 and the second number entered was 5 then the program would display 4.
Explanation:
Hope this helps!!!
plz hurry i'm timed Which type of essay presents one side of an argument to convince readers to support it?
a descriptive essay
an expository essay
a narrative essay
a persuasive essay
Answer:
persuasive
Explanation:
Which feature in PowerPoint is used to correct common capitalization and text formatting issues but can also be modified for more robust and personalized corrections?
Grammar Checker
Insights
Spelling Checker
AutoCorrect
Answer:
AutoCorrect: D on edge
Explanation:
Answer:
D.AutoCorrect
Explanation:
a software function that automatically makes or suggests corrections for mistakes in spelling or grammar made while typing.: a computer feature that attempts to correct the spelling of a word as the user types it The iPad boasts an autocorrect system that will try to figure out what you mean to type even when you don't quite tap the right keys.
What form of marine life filters the water of Chesapeake Bay?
sea perch
dolphins
oysters
B
plankton
Select the correct answer.
Which of these components is utilized in use case diagrams?
A.
classes
B.
components
C.
flow
D.
actors
Answer:
B.components
Explanation:
in python, to assign a string literal to a variable, the string value must be enclosed in quotation marks.
In Python programming, to assign a string literal to a variable, the string value must be enclosed in quotation marks: True.
What is Python?Python can be defined as a high-level programming language that is designed and developed to build websites and software applications, especially through the use of dynamic commands (semantics) and data structures.
What is a variable?A variable can be defined as a specific name which refers to a location in computer memory and it is typically used for storing a value such as an integer or string.
In Python programming, it is very true that for a programmer to assign a string literal to a variable, the string value must be enclosed in quotation marks. For example, print "hello"
Read more on Python programming here: brainly.com/question/26497128
#SPJ1
Complete Question:
in python, to assign a string literal to a variable, the string value must be enclosed in quotation marks. True or false?
2. A machine which is used to process cheques at a bank is a/an:
a. OMR
b. OCR
c. MICR
d. POS
Answer:
C
Explanation:
Option C is correct. Magnetic Ink Character Reader
What is a load factor
Answer:
The ratio of average load to the maximum demand during a given period
Explanation:
What is a feature of readable code?
A) The code is interesting to read.
B) The code uses meaningful names for variables, procedures, and classes.
C) The code is all aligned to the left margin.
D) The code is as compact as possible to save space.
Answer:
C) The code is all aligned to the left margin.
Explanation:
How can you place a paragraph of text in a box smaller than the text content, and add a scroll bar?
You can do this by using the __ property and setting it to ___.
(First blank: Border, Margin, Overflow.)
(Second Blank: Auto, hidden, scroll)
Answer:
I think it's overflow and hidden.
Explanation:
Answer:
You can do this by using the overflow property and setting it to hidden .
Explanation:
for your final project, you will create a public service announcement (psa) to teach your peers about digital citizenship and cyber hygiene. you can select any of the topics covered in this unit.
The ways to write the public service announcement (psa) to teach your peers about digital citizenship and cyber hygiene are:
Select the Topic and Decide on an the people to ask.Know one's Audience. Put together Information on the topic aboveMake use of the Media well and rightly. Make your Script.Editing the script and then do a Story Boarding.What is meant by digital citizenship?Digital Citizenship is known to be a term that connote the ability of a person to be engage rightly, extensively and competently in the world of the digital platforms, working on their skills for effective communication and development.
Therefore, The ways to write the public service announcement (psa) to teach your peers about digital citizenship and cyber hygiene are:
Select the Topic and Decide on an the people to ask.Know one's Audience. Put together Information on the topic aboveMake use of the Media well and rightly. Make your Script.Editing the script and then do a Story Boarding.Learn more about digital citizenship from
https://brainly.com/question/27832386
#SPJ1
What is missing in the following program in order to have the output shown?
numA = 1
______ numA < 12:
numA = numA + 5
print(numA)
Output: 16
------------------------------
options-
for
while
if
Answer:
The answer is while. I hope this helps you out. Have a wonderful safe day. <3<3<3
Explanation:
The do while loop is an exit-controlled loop that will run its body at least once even if the test condition is false. Such a scenario can occur when you want to halt your software based on user input.Thus, option C is correct.
What is the main function of a while loop?Iterating over an R object (such as a list, vector, or matrix), applying a function to each member of the object, collating the results, and returning the collated results are all part of how a loop function works.
The while loop enables code to be run repeatedly until a specified condition is satisfied. The “Do...while loop,” on the other hand, enables a program to run once before the condition is verified.
Therefore, while loops are used to repeatedly run a block of code up until a predetermined condition is satisfied.
Learn more about while loop here:
https://brainly.com/question/15690925
#SPJ2
In which of the following stages of the development process is a team MOST likely to interview a potential user of an app?
O A. investigating and reflecting
B. designing
C. prototyping
D. testing
where should a user disable virus protection settings that might prevent the boot area of the hard drive from being altered? a. bios/uefi setup b. start menu c. device manager d. control panel
An end user should disable virus protection settings that might prevent the boot area of the hard drive from being altered in the: A. BIOS/UEFI setup.
What is a virus?A virus can be defined as a malicious software program that moves through computer networks and the operating systems (OS) installed on a computer (host), specifically by attaching themselves to different software programs, links and databases.
This ultimately implies that, you should update the antivirus software and virus definition on a regular basis, so as to protect your computer from the newest viruses.
Furthermore, an end user should disable virus protection settings that might prevent the boot area of the hard drive from being altered in the Basic Output-Input system/Unified Extensible Firmware Interface (BIOS/UEFI) setup.
Read more on BIOS/UEFI here: https://brainly.com/question/15345030
#SPJ1
pleaseeeee helppp
6. Which of the following action is required for creating a chart in a spreadsheet?
1 point
a. Print the data
b. Select the orientation
b. Select the paper size
c. Select the data
Answer:
c. Select the data
What data type would you use for a decimal number?*
Answer:
numeric
Explanation:
The decimal data type is an exact numeric data type defined by its precision (total number of digits) and scale (number of digits to the right of the decimal point).
I hope this answers your question.
given sphereradius, compute the volume of a sphere and assign spherevolume with the result. use (4.0 / 3.0) to perform floating-point division, instead of (4 / 3) which performs integer division. volume of sphere
The Java program for the radius of the Sphere is as shown below.
How to create a Java Program?
/*
Given sphereRadius and piVal, compute the volume of a sphere and assign to
sphereVolume. Use (4.0 / 3.0) to perform floating-point division, instead of
(4 / 3) which performs integer division.
Volume of sphere = (4.0 / 3.0) π r^3
*/
int main() {
const double piVal = 3.14159;
double sphereVolume = 0.0;
double sphereRadius = 0.0;
//sphereRadius = 1.0;
cout << "Sphere Radius: ";
cin >> sphereRadius;
/* Your solution goes here */
double sphereCube = sphereRadius * sphereRadius * sphereRadius;
sphereVolume = (4.0 / 3.0) * piVal * sphereCube;
cout << "Sphere volume: " << sphereVolume << endl;
return 0;
Read more about Java Program at; https://brainly.com/question/18554491
#SPJ1
Which of the following is an example of data an Earth-observing satellite would collect?
studying ocean and land changes
monitoring the movement of ships
tracking signals between different points on Earth
studying weather patterns
Answer:
A
Explanation:
Hopefully this helps
what type of software is used to control a computer? a. application b. interface c. operating system d. utility
Answer:
c. operating system
Explanation:
the software that supports a computer's basic functions, such as scheduling tasks, executing applications, and controlling peripherals.
What advocacies have become successful because of the internet? Share what you know,
Explanation:
Don't give up always put 100% in do your best and stay positive
PLEASE HELP!
Question # 1 Fill in the Blank What is the output?
for num in range(3):
print (num + 5)
Answer:
The output is :
5
6
7
Explanation:
Given
The above lines of code
Required
What is the program output
The above code is python
This line implies that n has range of values from 0 to 2
for num in range(3):
This adds 5 to num and prints the result
print (num + 5)
So, when num = 0; 5 is printed because 0 + 5 = 5
So, when num = 1; 6 is printed because 1 + 5 = 6
So, when num = 2; 7 is printed because 2 + 5 = 7
Hence, the output is
5
6
7
With each number printed on a separate line
What are movies filmed before 1990's?
Answer: Once Upon a Time in the West (1968) PG-13 | 165 min | Western. ...
Cinema Paradiso (1988) R | 155 min | Drama. ...
Blade Runner (1982) R | 117 min | Action, Sci-Fi, Thriller. ...
2001: A Space Odyssey (1968) G | 149 min | Adventure, Sci-Fi. ...
Apocalypse Now (1979) ...
Chinatown (1974) ...
Stardust Memories (1980) ...
Le Notti Bianche (1957)
Explanation:
collaborative research: micro-electro-mechanical neural integrated sensing and computing units for wearable device applications
The above captioned project is one of the projects by Durham School of Architectural Engineering and Construction which in 2019 received a financial support to the tune of $547,037 from the National Science Foundation (NSF).
What is a Neural Integrated Sensing and Computing Unit?A Neural Sensing Unit is in this case a wearable technology that can detect, decode, and process neural signals from the central nervous system.
An example of a neural sensing unit is the Electroencephalography known as EEG for short. Note that EEG is not wearable. Neither does it have a computing unit.
It is to be noted that a general answer was given due to incomplete and unavailable details related to the question.
Learn more about Neural Sensing Unit:
https://brainly.com/question/27371893
#SPJ1
in addition to hardware, software, data, and procedures, the fifth major component of a computer system are codes.
The given statement is false because the five major components of a computer system are hardware, software, data, procedures and telecommunications. Code is not a component of a computer system. It is a set of instructions given to a computer to perform different actions.
Computer information systems or simply computer systems are systems which are composed of people, computers and intercommunications among them. These systems are used to collect, store, and process data, primarily within an organizational setting.
A brief description of each component of computer systems is given below:
Hardware: It represents all the physical elements of computer systems that work with information.Software: This component includes all sets of instructions required to process data and information.Data: All data that the other components work with resides on this component.Procedures: They include all the procedures that human resource use in order to retrieve useful information from the bulk of data.Telecommunication: The component telecommunications consists of communication media and networks. This component joins the hardware devices together to establish telecommunication connections. Connections can be wireless or through wires.
You can learn more about components of computer information system at
https://brainly.com/question/14453719
#SPJ4
(This is for photography segment exam btw)
Who created the first known photograph?
A. George Eastman
B. Ansel Adams
C. Joseph Niepce
D. Louis Daguerre
Answer:
C. Joseph Niepce
Explanation:
Which graph is the solution to the system 2x – 3 and y < 2x + 4?
Answer:
B
Explanation:
Answer:
Explanation:
Edge 2021
factors leading to hip subluxation and dislocation in femoral lengthening of unilateral congenital short femur
Rare and complicated, congenital short femur is a deformity.
We must be aware of every potential problem for the best possible treatment. This study sought to identify the factors that contributed to hip subluxation or dislocation in individuals with a unilateral congenital short femur who underwent femoral lengthening surgery.
Between 1981 and 1993, Alfred I saw forty-four patients with congenital unilateral short femora types I, II, and IIIA. Children's Hospital at duPont Type I patients made up 17, Type II patients made up 9, and Type IIIA patients made up 18, respectively.
Twenty patients had femur and tibia lengthening done simultaneously, while 24 patients had femur lengthening done as a primary procedure.
Learn more about congenital:
https://brainly.com/question/12546225
#SPJ4