Answer:
Explanation: A Digital Versatile Disc or Digital Video Disc (DVD) is similar to a CD-ROM in that you can only read data from it. The main difference is that the DVD can store much more data than a CD-ROM, CD-R, or CD-RW. A DVD+R can only record data once, then the data becomes permanent on the disc.
Please help my daughter needs to pass this
Answer:
Tab
Space = | | one space in between
Tab in a standard document = | | five spaces in between
Hope this helps. Have a nice day.
8.7 lesson practice question 1
And don’t say the answer is matrixaarrays because it’s not right
Answer:
parallel
Explanation:
i got 100 its the same as question 3 on there
Using more than one array to store a related array would be known as a Parallel array.
Parallel array
A parallel array seems to be a construction or framework which appears to contain many arrays.
Almost all of these arrays would be similar in size or dimensions, and indeed the components of such are interconnected to one another. A parallel array's items essentially symbolize that very same thing.
Thus the above answer is correct.
Find out more information about parallel array here:
https://brainly.com/question/19560147
You misplaced your company ID badge. Unfortunately, you had just changed your password and taped it to the back of the badge. It would not be difficult for someone to guess your user ID. With those two pieces of information, someone could access the files you have permission to work with, change the data stored there, delete files, or alter the access to the files. Which of the following is at risk in this scenario?
a. The confidentiality of the data
b. The integrity of the data
c. The accessibility of the data
d. None of the above
Answer:
a
Explanation:
on React
1) Create counter and an increment button, default value of the counter would be 1, clicking on increment button adds 5 to the counter. The max value of the counter would be 20, after reaching this value , counter would not increment. Add a reset button which would set the counter value to 1.
[8:53 PM]
2) Create a button with label “true” , clicking on the button toggle the value from “true” => “false” and “false” => “true”.(edited)
techsith (patel) — 03/03/2021
3) Create a counter and a button. clicking on the button increments the counter by one. double clicking on the button resets the counter to 0
Answer:too many words ahhh
Explanation:
(assuming jsx)
function Buttons (props) {
return(
{props.counterValue}
counter
increment
reset
);
}
var counterValue = 1;
function addup(a){
if(counterValue + a <= 20){
counterValue += a;
} else if (counterValue + a > 20){
//do nothing
}
ReactDOM.render(
,
document.getElementById('root')
);
}
function reset() {
counterValue = 1;
ReactDOM.render(
,
document.getElementById('root')
);
}
What is the usual price of smartphone apps?
0-20 dollars
that's the usual cost for apps
and for phone it's cost
RS 32,000 Nepali rupes
you can convert it by dividing it by 110
and you will get price in dollars
hope it helps you ❣❣
Mark me as brainliestHow can I get more views on my you tube channel "Braeden Eischen" without paying anything
P.S. this is for media-tech so don't report me
which type of ethernet framing is used for TCP IP and DEC net
Recently, Suzette has been late for meetings. Sometimes she is more than thirty minutes late. Suzette's behavior shows she does not
demonstrate which workplace attitude?
•honesty
•self confidence
•dependability
•punctuality
Answer:
punctuality
Explanation:
to be punctual is to be on time
Question :
An end user has just clicked the OK button on a Web document to send information to the Web server. Which of the following contains a reference to the CGI script that allows this Webpage to send information to a Web server?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A
A database
B
A Web server application
C
A Web form
D
ASP
How many triangles can you make if the side lengths are 4 cm, 5 cm, and 11 cm?
Please help me solve am wai...
Answer:
what the hell
Explanation:
Question :
What is the term that refers to the specific techniques used to increase a Webpage's or site's rank on a search engine?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A
Pay per click (PPC)
B
On-site Web analytics
C
Off-site Web analytics
D
Search engine optimization (SEO)
Answer:
D
Explanation:
Search engine optimization (SEO)
Which of the following is a method of relationship management for an e-commerce Website?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A
Providing an automatic order tracking facility to customers
B
Requiring users to submit orders by telephone
C
Using validated HTML5 code
D
Performing Website maintenance
Answer:
if u find out can u lmk pls? j have a very similar question and I've been stuck for a min
7. Develop an algorithm using pseudocode to show whether a given number is even or odd
Answer:
Calculate the remainder after division by 2If remainder is 0, number is even, odd otherwise
In Excel, how many columns can be filtered at a time?
Answer:
When you apply the Filter function, after filtering one column, the next columns will be only filtered based on the result of the previous filtered column. It means that only AND criteria can be applied to more than one column.
Explanation:
Hope it helps you!
2. Android 1.1 was internally referred to as _________.
3. A large C program is divided into basic building blocks called as _________.
4. __________ are the in-built function in C programming system.
5. ______________ are special variables which can hold more than one value using the same
variable, using an index
Answer:
2. petit four
3. function
4. library functions
5. array
define Based Assessment
Explanation:
In an educational setting, standards-based assessment is assessment that relies on the evaluation of student understanding with respect to agreed-upon standards, also known as "outcomes". The standards set the criteria for the successful demonstration of the understanding of a concept or skill -WIKIPEDIA
what is a client server network and its features?
Answer:
A client-server network is the medium through which clients access resources and services from a central computer, via either a local area network (LAN) or a wide-area network (WAN), such as the Internet. ... A major advantage of the client-server network is the central management of applications and data.
swapping as applied in memory management with an aid of a diagram
Answer:
what do i help on?
Explanation:
Which of the following is a primary disadvantage of using a GUI HTML editor to develop your Webpages?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A
It takes longer to develop pages with a GUI HTML editor than to write code manually.
B
Development options may not include code standardized by the W3C.
C
The code will render only on browsers developed by the GUI HTML editor's manufacturer.
D
GUI HTML editors offer very few design options for Webpages.
Answer:
C (Most feasible option)
Explanation:
I am not sure but option C seems most probable, all other options do not seem to be true
The last programming statement in a Java program is the class statement.
true
false
Answer:
False
Explanation:
Hope dis helps
Given a Student class, create a class with following characteristics: The class name should be ClassRoom. Private variable students array to maintain the list of Student objects. Function addStudent with input parameter name (string) and rollNo(int) adds a new student in "students" list. Method getAllStudents should return all the students in ClassRoom.
Input Jack Jones Marry where, First & Second line represent a student's name and roll number. And so on Output 1 Jack 2 -Jones 3-Marry Assume that, Maximum "students" count can be 10.
Below is the code for the driver class - DriverMain.java
import java.util.*;
//Your program will be evaluated by this DriverMain class and several test case
public class DriverMain {
public static void main(String[] args) {
String name;
int rollNo;
int n = 0;
Student[] students = new Student[10];
ClassRoom classRoom = new ClassRoom();
Scanner input = new Scanner(System.in);
while(true){
name = input.nextLine();
if(name.equals(""))
break;
rollNo = Integer.parseInt(input.nextLine());
classRoom.addStudent(name, rollNo);
n++;
}
students = classRoom.getAllStudents();
for (int i = 0; i < n; i++) {
if(students[i]!=null)
System.out.print(students[i].getRollNo() + " - " + students[i].getName());
if (i < n - 1)
System.out.println();
}
}
}
//Below is the code for the Solution.java
// NOTE - THIS IS WHERE YOU WRITE THE CODE
import java.util.*;
class Student {
private String name;
private int rollNo;
public String getName() {}
public void setName(String name) {}
public int getRollNo() {}
public void setRollNo(int rollNo) {}
};
class ClassRoom {
private int i;
private Student[] students;
public void addStudent(String name, int rollNo) {
// WRITE YOUR CODE HERE
}
public Student[] getAllStudents() {
// WRITE YOUR CODE HERE
}
};
Answer:
Answered below
Explanation:
//Implementation of the addStudent method
public void addStudent(String name, int rollNo){
Student newStudent = new Student();
newStudent.name = name;
newStudent.rollNo = rollNo;
student.add(newStudent);
}
//Implementation of the getAllStudents method
public Student[] getAllStudents(){
return students;
}
You are developing a Website that is going to be viewed extensively on smartphones and tablets. Which of the following should you implement when developing for mobile devices?
This task contains the radio buttons and checkboxes for options. The shortcut keys to perform this task are A to H and alt+1 to alt+9.
A
Increase margins and padding to make the text on the mobile device screen easier to read.
B
Avoid using heading tags to build the structure of the page and to style text.
C
Do not label form fields to avoid unnecessary verbiage.
D
Always use the alt attribute in your tags.
negative function of mass communication
Answer:
The negative effects of mass media on society can lead people towards poverty, crime, nudity, violence, bad mental and physical health disorders and others as such severe outcomes. For example, mob hitting innocents by getting carried away from the rumors spread on the internet has been common.
Explanation:
A surfeit of information and advertising messages are two of the major disadvantages of mass communication. Exposure to inappropriate content is a consideration as well. Mass communication tools provide powerful and voluminous outreach but also pose potential hazards.
Medical, social and psychological issues are a few things that Media uses against us. So it is my assertion that media has a negative impact on people's lives because it causes a dissatisfaction with body image, creates addiction, and can destroy interpersonal relationships.
Answer:
The negative effects of mass media on society can lead people towards poverty, crime, nudity, violence, bad mental and physical health disorders and others as such severe outcomes. For example, mob hitting innocents by getting carried away from the rumors spread on the internet has been common.
I live in Pennsylvania which observes eastern standard time.
If you came for a visit, what change ( if any) would you have to make to your watch?
Explain your answer.
Answer:
mudar o horário de acordo com a vista
Explanation:
Program C++ I need help!
Answer:#include <iostream>
using namespace std;
int main()
{
int factorial = 1;
for (int i = 5; i > 0; i--) {
factorial = factorial * i;
}
cout<<factorial;
return 0;
}
Explanation:
Which sentence best describes how block-based code works?
Lines of code make physical blocks move.
Each block creates printer output.
Lines of code are used to print blocks.
Each block connects to one (or more) instructions written in code.
Answer:
Explanation:
each block
Answer:
each block
Explanation:
Is Conflict Healthy ?
yes
Explanation:
because it has more things
Consider this C Program C++ Program Java Program or C# Program. It reads integers from the
standard input (until it gets a negative number) and puts them into an array. After that it calls
processArray on the array, and then prints the value that is returned to standard output.
Currently, processArray does not do anything useful - it just returns 0.
You have to change this program so that it finds the number of sequences of consecutive even numbers
that are of length greater than or equal to 3. and returns that number
For example, if these numbers were provided on the standard input
3
36
62
121
66
25
371
661
Answer:
yeah
Explanation:
Consider this C Program or Java Program or Python Program. It reads integers from the standard input (until it gets a negative number) and puts them into an array. After that it calls processArray on the array, and then prints the contents of the array on standard output.
Currently, processArray does not modify the array. You have to change this program so that any sequence of two or more consecutive numbers even numbers in the array are removed from the array and replaced with just the first number of the sequence. In other words, in any sequence of even numbers, only the first number is retained and the others are removed. The processArrayfunction/method should modify the array in-place (preferably without creating a new array), and it should return the new length of the modified array
Why don't hurricanes form in the oceans in northern latitude of the world?