Answer:false
Explanation:
How many characters should a strong password have? four six eight ten
Answer:
I say it have to be aleast 8 to complete a strong password
Explanation:
it's common sense
Answer:
8
Explanation:
The more the better but ten too much
Suppose you are given a sequence that is described by a formula, starting at index n=0. If you need to change the starting index to n=1, then you just need to replace n in the formula by n+...?
Answer:
[tex]n+1[/tex]
Explanation:
Given
[tex]n = 0[/tex] --- starting index
Required
Change the starting index to [tex]n = 1[/tex]
We have:
[tex]n = 0[/tex]
To change the starting index to k, we simply rewrite as:
[tex]n+k[/tex]
In this case; k=1; so, the starting index will be: [tex]n+1[/tex]
Your organization has an Active Directory domain. One of the users, Bill, should not have read access to a folder named Accounting. The Accounting folder is shared on a network server, on a partition formatted as NTFS. Which of the following statements best describes how to stop Bill from having read access to the folder without impacting any other users on the network?
A. Remove Bill from all domain groups that have access to the Accounting folder.
B. Deny read access to the Accounting folder for Bill through local access security.
C. Deny read access to the Accounting folder for any group that Bill is a member of.
D. Deny read access to the Accounting folder for Bill through shared access security.
The statement that best describes how to stop Bill from having read access to the folder is option D: Deny read access to the Accounting folder for Bill through shared access security.
What is read access permission?Owners and administrators are known to be the people that can alter the read access permissions for streams and others.
Hence, based on the above scenario, The statement that best describes how to stop Bill from having read access to the folder is option D: Deny read access to the Accounting folder for Bill through shared access security.
Learn more about read access from
https://brainly.com/question/27175118
#SPJ1
A car's check engine light will turn on and stay on if the car has traveled at least 5,000 miles since the last oil change. Write a conditional statement to determine if check engine light is on.
Answer:
Explanation:
The following code is written in Java. It creates a Cars class that has a variable for checkEngine and carMiles. Then the constructor accepts the carMiles and checks if the carMiles is greater or less than 5000 and adjusts the checkEngine light or not. Two test objects have been created and the output can be seen in the attached image below.
class Cars {
boolean checkEngine;
int carMiles;
public Cars(int carMiles) {
this.carMiles = carMiles;
if (carMiles > 5000) {
this.checkEngine = true;
} else {
this.checkEngine = false;
}
}
public boolean isCheckEngine() {
return checkEngine;
}
public int getCarMiles() {
return carMiles;
}
}
write a program in qbasic to accept a character and check it is vowel or consonant
Answer:
In sub procedure or normal program?
a program in matchine language is called
Answer:
mcq
Explanation:
machine code is a computer program written in a machine language
Write a program that takes a decimal number from the user and then prints the integer part and the decimal part separately. For example, if the user enters 2.718, the program prints: Integer part = 2 and decimal part = .718 in python
Answer:
Explanation:
The following was coded in Python as requested. It is a function that takes in a number as a parameter. It then uses the Python built-in math class as well as the modf() method to split the whole number and the decimal, these are saved in two variables called frac and whole. These variables are printed at the end of the program. The program has been tested and the output can be seen below.
import math
def seperateInt(number):
frac, whole = math.modf(number)
print("Whole number: " + str(math.floor(whole)))
print("Decimals number: " + str(frac))
Which computer can perform the single dedicated task? a. Which commuter can perform the function of both analog and digital device
The computer can perform the single dedicated task is a Special-purpose computer.
Hybrid Computer can perform the function of both analog and digital device.What are Hybrid computers?This is known to be made up of both digital and analog computers as it is a digital segments that carry out process control through the conversion of analog signals to digital signal.
Note that The computer can perform the single dedicated task is a Special-purpose computer.
Hybrid Computer can perform the function of both analog and digital device.Learn more about computers from
https://brainly.com/question/21474169
#SPJ9
30points!!!! Plz answer quickly
Select the correct answer.
What should be the ideal position of the image in a video if it is the main feature of the video?
A. bottom
B. right
C. left
D. center
Answer:
center
Explanation:
that is the focal point
Answer:
D
Explanation:
since it's the main feature of the video it would be best to put it on the center so that all focus is on it because if you put it in the corner or another position it won't be the main feature and definitely not the center of attraction.
I hope you understand.and sorry if it's wrong
What is the name of the the world cell of the internet?
How you even don't know the basic information
it's disgusting.
represent the measuring unit ofcomputer un terms of fration of second
Duplicate Question: https://brainly.in/question/21737632
For what is the extension “.ppt” used? Word files PowerPoint files text files photographic files
Answer:
Microsoft PowerPoint
Explanation:
text images, videos and sound in the presentations are in the ppt file
Answer:
The extention is used for PowerPoint files exclusively.
Grace would like to calculate a field in a Word table and add up values from a list of regional sales data.
Which function should she use?
AVERAGE
MAXIMUM
SUM
IF
Answer:
she should use sum
Explanation:
cuz sum is the best
Answer:
Sum
Explanation:
edg 2021
Javier is asked to explain to IT management as to why he is suggesting replacing the existing company firewall. Javier states that many external attackers are using forged internet addresses against the firewall and is concerned that this technique is highly effective against the existing firewall. What type of firewall Javier would have deployed
Answer: Circuit-level proxy firewall is deployed because it prevents these types of attacks.
Explanation:
The type of firewall that Javier would have deployed is the circuit-level proxy firewall is deployed because it prevents these types of attacks.
The circuit level proxy firewall is vital for verifying TCP handshakes in order to check the incoming traffic with little time and resources used. It's necessary in minimizing the performance impact on a network.
write chracteristics of all 5 generation of computer
Answer:
First generation — 1940–1956
-used vacuum tubes
ENIAC, UNIVAC I, IBM 650, IBM 701 etc.
mainframes taking up entire rooms
punched cards I/O
electrostatic and mercury delay line memory, beginning use of core
Second generation — 1956-1963
-used discrete transistors
IBM 7090 and 7094, UNIVAC 1107, PDP-1 and 8, etc.
first appearance of minicomputer (PDP-8)
punched cards I/O and line printers (mainframe), TTY (minicomputers)
core memory, magnetic tape for mass storage
Third generation — 1964-1971
-used integrated circuits
IBM System/360, UNIVAC 1108, PDP-8/I, PDP-11/20 and PDP-11/45, etc.
mostly same I/O and memory as second generation
Fourth generation — 1971-present
-use microprocessors
PDP-11/03 and PDP-11/34, Apple ][, IBM PC, Apple Macintosh, IBM z Series, etc.
transition from minicomputers to personal computers
video terminals used for I/O, specialty computer printers developed
fewer mainframes
semiconductor memory replaces core memory
hard drives and optical drives replace magnetic tape for mass storage, followed by solid-state drives (SSD)
Fifth generation — (current research)
-artificial intelligence and quantum computing
Answer:
The five generations of computer are characterized by electrical current flowing through the processing mechanisms listed below : The first within vacuum tubes The second within transistors The third within integrated circuits The fourth within microprocessors clips The fifth unveiled smart devices capable of artificial...
Explanation:
☆hope it is helpful to you ☆
☆MiraculousNisha^_^The HTML tag for the smallest heading is what
Answer:
The HTML <h1> to <h6> tag is used to define headings in an HTML document. <h1> defines largest heading and <h6> defines smallest heading.
Explanation:
The most likely reason a firm would decide to establish an extranet would be the desire to Multiple Choice speed the flow of information on its private network by increasing the bandwidth. make the information on its network widely available to the general public. share information and collaborate with a select group of outside organizations or individuals. overcome the speed and capacity limitations of its external connection to the Internet by gaining access to the very-high-speed Backbone Network Service.
Answer: share information and collaborate with a select group of outside organizations or individuals.
Explanation:
When a company uses an intranet, it is for the purpose of sharing information within the company so in the same vein, an extranet is done to share information with entities outside the company be it people or organizations.
For information to be shared, the other companies and organizations need to have the means and authorization to join the extranet. Extranets are very useful as they enable collaboration across vast distances thereby increasing productivity.
The most likely reason a firm would decide to establish an extranet is B. share information and collaborate with a select group of outside organizations or individuals.
An extranet simply means a controlled private network that allows customers, vendors, partners, suppliers, etc to gain information about a company.
Extranet is vital to share information and collaborate with a select group of outside organizations or individuals. It is usually a private part of a website.
Read related link on:
https://brainly.com/question/10156285
Which unit of computer is used to processed data?
Please help!!!!!!
[tex]Hello[/tex] [tex]There![/tex]
[tex]AnimeVines[/tex] [tex]is[/tex] [tex]here![/tex]
Is it Central Processing Unit?
[tex]HopeThisHelps!![/tex]
[tex]AnimeVines[/tex]
Answer:
Central Processing Unit (CPU)
Explanation:
The Central Processing Unit (aka CPU), is used to process the data.
como se llama este icono de word
What is the name of the the world cell of the internet?
Answer:
mobile web is the the world cell of internet
Audience centered public speakers are inherently sensitive to the
Answer:
the diversity of their audiences
Explanation:
1. Read the following scenario. What type of business letter do you think is required in this situation? (1 point)
Melissa and Melrose are both first-year students at a local community college. They both have interest in volunteering with a nonprofit organization. They decided to reach out to nonprofit organizations to ask about the steps they need to take in order to volunteer.
Answer:
It requires a formal letter.
Answer:
This would require a formal business letter, the type being a cover letter or inquiry.
Explanation: yes
explain the tearms alink and vlink
Answer:
The alink (active link) color appears while the mouse is clicking the link. The vlink (visited link) is the color of the link after the user has already visited it.
BIOS has two jobs. One is to boot up, or start, the computer. What is the other? Maintain the computer’s software firewall. Ensure the fastest possible Internet speed. Provide the basic interface for the hardware. Perform regularly scheduled memory backups.
Answer:
Provide the basic interface for the hardware.
Explanation:
(Q003) The difference between a parameter and an exogenous variable is that Group of answer choices a parameter is allowed to change over time, while an exogenous variable is fixed over time. a parameter is an outcome of the model, while an exogenous variable is an input to the model. a parameter is an input to the model, while an exogenous variable is an output of the model. a parameter is fixed over time, while an exogenous variable is allowed to change over time.
Answer:
a parameter is fixed over time, while an exogenous variable is allowed to change over time.
Explanation:
A parameter can be defined as a value that can be passed to a function. Thus, a parameter refers to a value that must be passed into a function, subroutine or procedure when it is called.
This value can be passed to a function either by reference or by value.
Basically, parameters can serve as a model for a function; when used as an input, such as for passing a value to a function and when used as an output, such as for retrieving a value from the same function.
A variable can be defined as a placeholder or container for holding a piece of information that can be modified or edited. Thus, a variable stores information which is passed from the location of the method call directly to the method that is called by the program.
An exogenous variable can be defined as a that's independent of other variables in a system i.e it's not affected by other variables.
This ultimately implies that, the difference between a parameter and an exogenous variable is that a parameter is fixed over time, while an exogenous variable is allowed to change over time and as such it has a relationship with other variables in a system.
Hoda needs to create a chart that is associated with an Excel spreadsheet. She needs to ensure that if the data in the spreadsheet changes, the chart in her presentation will be updated. Which option must she choose?
Embed the chart.
Link the chart.
Insert the chart as a picture.
This cannot be done.
Answer:
the awnser is B
Explanation:
Answer:
B, Link the chart.
Explanation:
list the four BASIC operations
Answer:
addition, subtraction, multiplication and division.
Explanation:
How are computers used in medical sector? Any 3 meaningful points.
Answer:
Computers such as the Cathode Ray Oscilloscopes are used to measure the blood pressure en heart beats in BPM.
Computers such small locomotive surgical cameras which provide surgeon's sight in the inner body of the victim during surgery.
high level language - An object oriented programming language
Spreadsheet allow three types of cell addressing. They include ______addresses, such as $E$1, ______addresses, such as R$3, and ______addresses, such as D4.
Answer:
The answer is below
Explanation:
Based on the Microsoft Excel Formatting style, Spreadsheet allows three types of cell addressing. They include:
1. ABSOLUTE CELL ADDRESSING addresses, such as $E$1,
2. MIXED CELL ADDRESSING addresses, such as R$3, and
3. RELATIVE CELL ADDRESSING addresses, such as D4.