Answer:
Computing is any goal-oriented activity requiring, benefiting from, or creating computing machinery. It includes the study and experimentation of algorithmic processes and development of both hardware and software. It has scientific, engineering, mathematical, technological and social aspects.
Hope it helps uEdhesive 11.4 code practice
Answer:
<!DOCTYPE html>
<html>
<body>
<h2>Billboard Hot 100 Songs 1980</h2>
<p>1. Blondie - “Call Me“</p>
<h2>Billboard Hot R&B/Hip-Hop Songs 1980</h2>
<p>1. Michael Jackson - “Rock with You“</p>
<h2>Billboard Hot Country Songs 1980</h2>
<p>1. Kenny Rogers - “Coward of the County”</p>
</body>
</html>
Mainly for edhesive users
100% on edhesive code practice 11.4
Miriam Is a network administrator. A few employees want to access sensitive Information stored on a backup device. She wants to give access
rights these employees. Which option will she use?
ОА.
remote desktop
ОВ.
monitoring service
Oc.
user accounts
OD.
print service
OE.
directory service
Answer:
C. user accounts
Explanation:
An access control can be defined as a security technique use for determining whether an individual has the minimum requirements or credentials to access or view resources on a computer by ensuring that they are who they claim to be.
Simply stated, access control is the process of verifying the identity of an individual or electronic device. Authentication work based on the principle (framework) of matching an incoming request from a user or electronic device to a set of uniquely defined credentials.
Basically, authentication and authorization is used in access control, to ensure a user is truly who he or she claims to be, as well as confirm that an electronic device is valid through the process of verification
Hence, an access control list primarily is composed of a set of permissions and operations associated with a NTFS file such as full control, read only, write, read and execute and modify.
Generally, access control list are defined for specific user accounts and may either be an administrator, standard user or guest account.
In this scenario, Miriam a network administrator wants to give access rights to employees who are interested in accessing sensitive Information stored on a backup device. Thus, the option Miriam should use is user account.
Answer:
user accounts
Explanation:
11.5 Code Practice edhesive
In this code practice, we will continue to employ W3Schools tools to practice writing HTML. You should have already read through the tutorials for the four HTML topics below, found in Lesson 11.5. Now, complete the exercises linked below for each topic. Once you complete these exercises, move onto the next set of instructions below.
HTML Styles (Links to an external site.)
HTML Formatting (Links to an external site.)
HTML CSS (Links to an external site.)
HTML Links (Links to an external site.)
Create a web page that has two paragraphs. One of the paragraphs should be aligned to the center and have red text. The other paragraph should be aligned to the right and be in italics. Refer to the sample below for clarification.
11.5 Code Practice example
Your program should begin and end with the following tags:
# Insert your code here!
In the programming environment, you will notice that once you type one tag (for example, the html opening tag), the environment automatically populates the closing tag for you. Be careful not to double up on closing tags, otherwise your HTML will not run.
As you write your web page, you can click the "Run Code" button to view it in real time.
I really don't understand how to do this?
Answer:
<html>
<body>
<p style="text-align:center;color:red;">This is a paragraph.</p>
<p style="text-align:right;color:red;">This is a paragraph.</p>
<p><i> This text is italic</i></p>
</body>
</html>
Explanation:
i got a 100%
n this exercise we have to use the knowledge in computational language in HTML to write the following code:
We have the code can be found in the attached image.
So in an easier way we have that the code is
<html>
<body>
<p style="text-align:center;color:red;">This is a paragraph.</p>
<p style="text-align:right;color:red;">This is a paragraph.</p>
<p><i> This text is italic</i></p>
</body>
</html>
See more about HTML at brainly.com/question/15093505
List three features of the third generation of computers
Explanation:
Features:
1.They were small and efficient than previous generation.
2.They use integrated circuits as main electronic circuit.
3.The operating speed was increased unto nano seconds.
Hope it helps and have a good day.
PLSSSSS HELPP!! Tropical rainforests are home to many kinds of birds, including parrots, toucans and eagles. Each different species of birds rely on different organisms as food sources. How does this help the birds survive in the rainforest?
A.It allows different birds to reproduce more often.
B.It allows different birds to escape from predators.
C.It reduces competition between different bird species.
D.It allows different birds to build better nests.
Answer:
C I believe
Explanation:
Nicole is in a study group to prepare for a test on plant biology, a subject she knows a lot about. During their meetings, she always comes prepared, helps other students, does most of the talking, and handles all of the tasks.
What does Nicole need to do to make the study group more effective?
come better prepared and offer relevant information
let other students participate more and share the workload
share more of her opinions and answer questions
keep her thoughts to herself and let others do all the talking
Answer:
let other students participate more and share the workload
Explanation:
Answer:
The person above me is right, give them brainliest please
Explanation:
Got it right on Edge, have a good day~
When entering numbers that start with a zero, apply the _____ number format.
A. Text
B. Context
C. Zero
D. Zero decimal
Answer:
The Answer is gonna be D. Zero decimal
Need answer ASAP
Complete the following sentences
____ objects are programmer defined objects with programmer developed properties and methods. Custom objects are ____
Objects.
Options for first box are:custom, built-in, user-defined
Option for the second box: user-defined, system-defined, undefined
Answer:
built-in objects are programmer-defined objects with programmer-developed properties and methods. Custom objects are user-defined objects.
The purpose of project management is _____. executing a requirement improvement working toward a common goal completing a project
Answer:
working toward a common goal.
Explanation:
Project management can be defined as the process of designing, planning, developing, leading and execution of a project plan or activities using a set of skills, tools, knowledge, techniques and experience to achieve the set goals and objectives of creating a unique product or service.
Generally, projects are considered to be temporary because they usually have a start-time and an end-time to complete, execute or implement a project plan.
Furthermore, the main purpose of project management is working toward a common goal.
This ultimately implies that, project managers should ensure adequate attention and time is taken to identify, analyze and manage capital, raw materials, people, system of tasks and other resources, so as to effectively and efficiently achieve a common goal with all project stakeholders.
The fundamentals of Project Management which are universal across all fields and businesses includes;
1. Project initiation.
2. Project planning.
3. Project execution.
4. Monitoring and controlling of the project.
5. Adapting and closure of project.
In conclusion, it is very important and essential that project managers in various organizations, businesses and professions adopt the aforementioned fundamentals in order to successfully achieve their aim, objectives and goals set for a project.
Need the answer ASAP. Thanks
Answer:
join
Explanation:
Which of these examples demonstrate portfolio income?
Answer:
Explanation:
is money that describe when a car house is sold
Edhesive 11.1 lesson practice please
Answer:
1. Bits
2. Bitrate
3. The amount of time it takes for bits to travel from one place to another.
4. Used to send bits wirelessly.
5. Cables that carry light and dramatically increase the speed and accuracy of information over the internet.
6. 8
7. The number of bits per second a system can transmit.
Explanation:
hey lol
In this exercise we have to use the knowledge in computational language in java to write the code.
This code can be found in the attached image.
So we have the code in a simpler way like:
public class Person{
private String firstName,lastName;
public Person(String first,String last)
{
firstName=first;lastName=last;
}
public int throwDisc(int pow)
{
if(pow<1){pow=1;}if(pow>10){pow=10;
}
return pow*2;
}
public String toString(){return lastName+", "+firstName;
}
}
public class Coach extends Person{
private String role;
public Coach(String first,String last,String rol)
{
super(first,last);role=rol;
}
public String toString(){return super.toString()+"\n Role: "+role;
}
}
import java.util.*;
public class UltimateTeam
{
private ArrayList<UltimatePlayer> players=new ArrayList<UltimatePlayer>();
private ArrayList<Coach> coaches=new ArrayList<Coach>();
public UltimateTeam(ArrayList<UltimatePlayer> p,ArrayList<Coach> c)
{
for(UltimatePlayer up:p){players.add(up);}for(Coach co:c)
{
coaches.add(co);
}
}public String getCutters()
{
String list="";for(UltimatePlayer p:players){if(p.getPosition().contains("cutter")){list+=p.toString()+"\n";}}return list;
}
public String getHandlers()
{
String list="";for(UltimatePlayer p:players){if(p.getPosition().contains("handler")){list+=p.toString()+"\n";}}return list;
}
public String toString()
{
String list="COACHES\n";for(Coach c:coaches)
{
list+=c.toString()+"\n";
}
list+="\nPLAYERS\n";for(UltimatePlayer p:players)
{
list+=p.toString()+"\n";
}return list;
}
}
public class Captain extends UltimatePlayer
{
private boolean type;
public Captain(String f,String l,String p,boolean t){super(f,l,p);
type=t;
}
public int throwDisc(int pow)
{
if(pow<1){pow=1;}if(pow>10)
{
pow=10;
}
return pow*5;
}
public boolean getType()
{
return type;
}
public String toString()
{
String off="";if(getType())
{
off="offense";
}
else{off="defense";
}
return super.toString()+"\n Captain: "+off;
}
}
public class UltimatePlayer extends Person
{
private int jerseyNumber=-1;
private static int id=0;
private String position="";
public UltimatePlayer(String f,String l,String p)
{
super(f,l);
if(p.contains("cutter"))
{
position="cutter";
}
else
{
position="handler";
}
id++;
jerseyNumber=id;
}
public String getPosition()
{
return position
}
public int throwDisc(int pow)
{
if(pow<1){pow=1;
}
if(pow>10){pow=10;
}
return pow*4;
}
public String toString()
{
return super.toString()+"\n Jersey #: "+jerseyNumber+"\n Position: "+position;
}
}
See more about JAVA at brainly.com/question/12975450
Help!!!
I don't know how to do this problem....
Like
NOTHING
This is all I have right now
```
def findCharacteristic(choice, edges):
edges = edges.replace(" ","")
vertices = edges
max = 0
for char in vertices:
if int(char) >max:
max = int(char)
print (max)
x = [[0]*max]*max
print(x)
if __name__ == '__m
```
Answer:
ummmm try the inequality protragathron theorum
Explanation:
ok
list and explain seven functions of operating system software
Answer: Security – ...
Control over system performance – ...
Job accounting – ...
Error detecting aids – ...
Coordination between other software and users – ...
Memory Management – ...
Processor Management – ...
Device Management –
HOPE THIS HELPS
Nicole is in a study group to prepare for a test on plant biology, a subject she knows a lot about. During their meetings, she always comes prepared, helps other students, does most of the talking, and handles all of the tasks. What does Nicole need to do to make the study group more effective? come better prepared and offer relevant information let other students participate more and share the workload share more of her opinions and answer questions keep her thoughts to herself and let others do all the talking
Answer:
B
Explanation
Let other students participate more and share the workload.
Have a good day everyone!
Answer:
let other students participate more and share the workload
Explanation:
por que se dice que las TIC´S son las integracion de las TI y las TC?
La respuesta correcta para esta pregunta abierta es la siguiente.
A pesar de que no se anexan opciones o incisos para responder, podemos comentar lo siguiente.
Se dice que las TIC´S son las integración de las TI y las TC porque ambas actividades se han integrado o fusionado en una solo concepto al momento de juntar las herramientas tecnológicas para almacenar, procesar y mandar información a través de los recursos tecnológicos utilizando los canales o recursos de los medios masivas de comunicación como lo son las redes satelitales o las comunicaciones vía microondas.
Al fusionarse las TI (Tecnologías de la Información) con las TC (Tecnologías de Comunicación), se maximiza la capacidad de enviar una mayor cantidad de información al momento a diferentes lugares del planeta.
what is the output of this line of code
print("hello" + "goodbye")
A - "hello" + "goodbye"
B- hello + goodbye
C - hello goodbye
D - hellogoodbye
Answer:
D - hellogoodbye
Explanation:
since your merging two string together you will simply just get one string in total
Answer:
D
Explanation:
If the cell to the right of the cell you are typing in is ________, the data can "bleed" over that cell.
A. Full
B. Numerical
C. Empty
D. Formatted
**ATTENTION** If you send me a file, or a link for something to download your answer will be reported. Please answer through text. Thank you!
What behavior do elements in a stack follow?
Answer:
last in, first out, or LIFO behavior
Explanation:
B
The following procedure is intended to return true if the list of numbers myList contains only positive numbers and is intended to return false otherwise. The procedure does not work as intended. PROCEDURE allPositive(myList) { index ←← 1 len ←← LENGTH(myList) REPEAT len TIMES { IF(myList[index] > 0) { RETURN(true) } index ←← index + 1 } RETURN(false) } For which of the following contents of myList does the procedure NOT return the intended result?
Answer:
[-1, 0, 1]
Explanation:
Given
The above procedure
Required
Which list does not work as intended
The question has missing options (the options are available online).
From the question, we understand the procedure is to return true for lists that contain only positive numbers.
However, the list does not work for [-1, 0, 1]
The reason is that; the procedure starts checking from index 1.
i.e. index ←← 1
In [-1, 0, 1], the element at index 0 is negative (-1).
Since the procedure starts checking from index 1, the procedure will not check the element at index 0 (i.e. -1).
Hence, it will return true, instead of false
In this exercise we have to use the knowledge of computational language in python, so we have that code is:
It can be found in the attached image.
So, to make it easier, the code in python can be found below:
NumList = []
Number = int(input("Please enter the Total Number of List Elements: "))
for i in range(1, Number + 1):
value = int(input("Please enter the Value of %d Element : " %i))
NumList.append(value)
print("\nPositive Numbers in this List are : ")
for j in range(Number):
if(NumList[j] >= 0):
print(NumList[j], end = ' ')
See more about python at brainly.com/question/2266606
Which of these is a type of array .
( library , file , index , tulle )?
Answer:
index
Explanation:
i want to learn i am not sure
Item 3
Which of the following describes new technology development?
A harmless process
A somewhat assured process
A partially risky process
A very risky process
Answer:
A somewhat assured process
B. A somewhat assured process is describes new technology development
What are the five phases in technology development process?Five phases guide the new product development process for small businesses: idea generation, screening, concept development, product development and, finally, commercialization.
What is technology development process?Technology Development Process, is a directed process at developing new knowledge, skills and artefacts that in turn facilitates platform development
To learn more about new technology development, refer
https://brainly.com/question/27090068
#SPJ2
Need answer ASAP. Plz
-Infinity ⇒ NEGATIVE_INFINITY
Infinity ⇒ POSITIVE_INFINITY
1.7...e+308 ⇒MAX_VALUE
5e-324 ⇒ MIN_VALUE
and, or, not are examples of boolean logic
true a example boolean logic is (and, or, and not)
-scav
Julie scrolls through her social media feed and it seems like everyone's life
is so exciting when hers is so ... boring! She starts to feel bad about herself.
What should Julie be paying attention to right now?
A- Oversharing
B- Red flag feeling
C- Miscalculation
Answer:
b
Explanation:
and julie needs to geta life
Harold is working on a science project that includes a spreadsheet containing calculated results based on the data. An obviously incorrect result is being calculated and displayed. The data is correct, but the formula must be flawed. To get the correct information, Harold clicks on the cell containing the incorrect results and adjusts information contained in the:
A. the formula bar.
B. the shortcut toolbar.
C. the calculator pop-up.
D. the column header.
Answer: When entering a formula into a cell, you begin with an equal sign
Functions and formulas are calculations a spreadsheet program applies to data.
Functions are preset calculations within spreadsheet software.
Formulas are user-entered calculations that may contain cell references, numerical values, and preset calculations.
WHATS A Video editor
Answer:
A video editor is involved in video production and the post-production of film making. ... Video editors usually use non-linear editing software to accomplish the task of editing. A video editor is a technically inclined individual that makes creative video editing decisions
A software that edits videos.
Some examples are: Capcut, Video star, and Filmora.
More advanced applications may cost money
The Scratch blocks are organized into 9 color-coded categories. Select all that apply.
Question 14 options:
Motion
Control
Group
Stack
Operators
Events
Sound
Loop
Looks
More Blocks
Data
Sensing
five internal peripheral devices pls help
Answer:
TV card, CD-R drive, Floppy Disk, Sound Card, and CD-ROM drive are examples of internal peripheral devices!(Basically hard drives and something like that)
Explanation:
here you go
1 ssd
2 CD-ROM drive
3 wifi extender or antenna
4 CD-R drive
5 hhd
Hope this helped
-scav
How do i fix this to make it run ???
class Main {
public static void main(String[] args) {
// Length and sides.
Cube shape1 = new Cube(5, 6);
HalfSquare shape3 = new HalfSquare(4, 20, 4, 5);
// Cluster of print statements to deliver stats about the shape.
// Shape 1
System.out.println(shape1.toString());
System.out.println("");
System.out.println(shape1.toStringCube());
System.out.println("");
// Shape 2
System.out.println("");
System.out.println(shape3.toString());
System.out.println("");
System.out.println(shape3.toStringHalfSquare());
}
}
// Main Class
class Shapes {
private int sidesNum;
// Constructors, Mutators, and Accessors
public Shapes(int SN){
setSidesNum(SN);
}
public void setSidesNum(int value){
this.sidesNum = value;
return;
}
public int sideNumber(){
return this.sidesNum;
}
// shapes, shapes, and more shapes
public String toString() {
return " This shape has: " + sideNumber() + " sides.";
}
}
class Cube extends Shapes{
private int volume;
// Constructors, Mutators, and Accessors
public Cube(int Vol, int SN){
super(SN);
setVolume(Vol);
}
public void setVolume(int value){
this.volume = value;
return;
}
public int getVolume(){
return this.volume;
}
public String toStringCube() {
return " " + "Volume of a cube = " + Math.pow(getVolume(), 3 ) + " squared. Surface area = " + Math.pow(getVolume(), 2) * sideNumber() + " units2.";
}
}
class HalfSquare extends Shapes{
private int length;
private int width;
private int height;
// Constructors, Mutators, and Accessors
public HalfSquare(int lngh, int hght, int wdt, int SN){
super(SN);
setLength(lngh);
setHeight(hght);
setWidth(wdt);
}
public void setLength(int value5){
this.length = value5;
return;
}
public void setWidth(int value6){
this.width = value6;
return;
}
public void setHeight(int value7){
this.height = value7;
return;
}
public int getLength(){
return this.length;
}
public int getWidth(){
return this.width;
}
public int getHeight(){
return this.height;
}
public String toStringhalfSquare() {
double hypot = (Math.sqrt((getLength() * getLength()) + (getHeight() * getHeight())));
return "The volume of a prism = " + (getLength() * getWidth() * getHeight()) * .5 + " squared. The hypotenuse = " + hypot + ", The surface area =" + ((getLength() * getHeight()) + (hypot * getWidth()) + getHeight() * getWidth() ) + " units2";
}
}
Explanation:
Ask a professional