Nyatakan dua maklumat yang perlu dilabelkan pada lakaran perkembangan idea.

1.______________________________________________.
2._____________________________________________.​

Answers

Answer 1

Answer:

i don't understand a thing


Related Questions

If you aren’t familiar with the idea of a leap year, read “Why Is There a Leap Day?” before continuing with the lab.

Your friend is writing a program that will allow the user to input a year and then print “LEAP!” if that year is a leap year or print “not a leap year” if it is not. However, the program isn’t working properly, and your friend asked you for help in debugging.

Before you take a look at the program, you should know these rules for leap years:

A year is a leap year if it can be divided by 400 without a remainder.
A year is a leap year if it can be divided by 4 without a remainder, unless it can also be divided by 100 without a remainder; if that is the case, it is not a leap year.
All other years are not leap years.
Here is your friend’s code:

year=int(input()
if year%400=0:
print("LEAP!")
else:
print(not a leap year")
elseif year%4==0 and year%100!=0
print(“not a leap year")
Note: You may not have seen the % symbol used this way before. It calculates the remainder of the number to the left of it when it is divided by the number to the right of it. So, 10%3 is 1, because when you divide 10 by 3, the remainder is 1.

Answers

The correct debugged code is attached below

What is a leap year

A leap year is a year with 366 days and this year occurs once every 4 years. The debugged code line of code of the program written, is as attached below. because the line of code in the question lacks some functions and symbols

Hence we can conclude that the correct debugged code is attached below.

Learn more about Python coding : https://brainly.com/question/16397886

#SPJ1

If you arent familiar with the idea of a leap year, read Why Is There a Leap Day? before continuing with

im timed!!!!!!!!!!!!!!!!!!

I NEED HELP ASAP
THANK YOU SO MUCH

im timed!!!!!!!!!!!!!!!!!!I NEED HELP ASAPTHANK YOU SO MUCH

Answers

Answer:

C.

Explanation:

PSEUDOCODE PRACTICE!!! NEED HELP IMMEDIATELY!!! FIRST ANSWER GETS BRAINLYEST!!!

PSEUDOCODE PRACTICE!!! NEED HELP IMMEDIATELY!!! FIRST ANSWER GETS BRAINLYEST!!!

Answers

Answer:

a-nothing b-3 c-9 d-1

Explanation:

You want to find readymade cards that address typical questions about how users are interacting with your app or website. which section do you go to in order to find this?

Answers

REPORTS

Your website's performance is measured in your report, which includes page views, signups, and the conversion rate for e-mail marketing subscriptions. Use data from your website's report to track traffic and see how users engage with your site.

In addition to providing an overview of site traffic, a report should also include traffic, engagement, and conversion by source. Separate organic search, paid search, display advertising, social media referrals, and other channels based on their volume and success.

General Step to Report

Go to Insights » Reports » Overview to get started. Here you may obtain an overview of your website's traffic and overall performance. Scrolling down will reveal the Device Breakdown report, which indicates which devices your website visitors use to access it.

Learn more about part of the website here:

https://brainly.com/question/19627960

#SPJ4

the small slots on the front, back, or side of your computer that allow you to connect devices (such as a keyboard, mouse, or flash drive) to your computer are called

Answers

Answer: These slots are called USB ports

Explanation: Most desktop computers have several USB ports which can be used to connect almost any kind of device, including wireless keyboard, wireless mouse, a flash drive, a printer, or a digital camera.

Saved Select all the correct statements about linear least squares regression A. We can get multiple local optimum solutions if we solve a linear regression problem by minimizing the sum of squared errors using gradient descent.
B. the cost function is summing over the distances of all predictions to the decision boundary
C. If the number of features (D) is less than the number of data point (N) the solution is unique D. imposing a gaussian prior on the weights of the model is the same as doing L2 regularization E. Given enough instances and if the features are linearly independent the solution is unique F. Even if the solution is not unique gradient descent will find an optimal solution

Answers

A. We can get multiple local optimum solutions if we solve a linear regression problem by minimizing the sum of squared errors using gradient descent. This is because gradient descent can get stuck in a local minimum.


B. False. The cost function in linear least squares regression is summing over the squared errors, not distances to a decision boundary.
C. If the number of features (D) is less than the number of data points (N), the solution is not unique. In fact, there are infinitely many solutions.
D. True. Imposing a Gaussian prior on the weights of the model is equivalent to doing L2 regularization.
E. If the number of features (D) is greater than or equal to the number of data points (N), the solution is not unique. However, if the features are linearly independent, the solution will be unique.
F. True. Gradient descent will find a local minimum, which may or may not be the global minimum.

To learn more about gradient click the link below:

brainly.com/question/31197436

#SPJ11

PLEASE HELP THIS WAS DUE YESTERDAY AND I DIDN'T GET TO IT IN TIME!!!!!!
You must show all of your work to get full credit.
Part 1) Convert the following decimal numbers to binary.
5
89
191
25
7

Part 2) Convert the following decimal numbers to hexadecimal.
72
91
1000
57
3500

Part 3) Convert the following binary numbers to decimal.
101
11011
1001
10101
11001100

Part 4) Convert the following hexadecimal numbers to decimal.
50
200
ABC
DEF
F2A7

Part 5) Convert the following binary numbers to hexadecimal.
10101
110011
101010
1100
1001100

Part 6) Convert the following hexadecimal numbers to binary.
102
200
AB
EF
9F

Answers

Answer:

part 1 ) 5=0b101

89=0b1011001

191=0b10111111

25=0b11001

7=0b111

Part 2) 72=0X48

91=0X5b

1000=0X3e8

57=0X39

3500=0Xdac

part 3  101=5

11011=27

Explanation:

hope this helps took me a while pls make me brainliest

1)Which tool can you use to find duplicates in Excel?
Select an answer:
a. Flash Fill
b. VLOOKUP
c. Conditional Formatting
d. Concatenation
2)What does Power Query use to change to what it determines is the appropriate data type?
Select an answer:
a.the headers
b. the first real row of data
c. data in the formula bar
3)Combining the definitions of three words describes a data analyst. What are the three words?
Select an answer:
a. analysis, analyze, and technology
b. data, programs, and analysis
c. analyze, data, and programs
d. data, analysis, and analyze

Answers

The tool that you can use to find duplicates in Excel is c. Conditional Formatting

b. the first real row of datac. analyze, data, and programs

What is Conditional Formatting?

Excel makes use of Conditional Formatting as a means to identify duplicate records. Users can utilize this feature to identify cells or ranges that satisfy specific criteria, like possessing repetitive values, by highlighting them.

Using conditional formatting rules makes it effortless to spot repeated values and set them apart visually from the other information. This function enables users to swiftly identify and handle identical records within their Excel worksheets, useful for activities like data examination and sanitation.

Read more about Conditional Formatting here:

https://brainly.com/question/30652094

#SPJ4

what is a critical consideration on using cloud-based

Answers

Answer:

What is a critical consideration on using cloud-based file sharing and storage applications on your Government-furnished equipment (GFE)

2. Media sharing websites let you post photos and videos to share with other people. What are the benefits and drawbacks of using these websites?

Answers

Media sharing websites let you post photos and videos to share with other people. The benefit is that we are up to date and get all the news as well as information worldwide.

What is company's website?

The website of the company is all web sites which is operated by any occupied company or via any occupied company conducts the business. Any business website is a website that is designed in such a way that it can represent the identity of a business on the internet.

Company's name and fame id totally depends upon advertisement and its products and websites play an important role in order to make company popular and due to this reason company used the website or designed the website in unique and knowledgeable manner.

Therefore, Media sharing websites let you post photos and videos to share with other people. The benefit is that we are up to date and get all the news as well as information worldwide.

Learn more about website here:

https://brainly.com/question/19459381

#SPJ2

Peer-reviewed journals that are published in electronic format and allow increased access are referred to as

Answers

Answer:

open access journals

Explanation:

B. Write your thoughts about the following in your notebook.
1. How will you safely use the computer when you are online?
2. How can one use the computer or mobile devices for business?
3. What would you do if you encounter unsafe and questionable content
or messages?​

Answers

1. stay with adult supervision

2. check on the web and create a site for it

3. quickly remove it and try not to read it

Explanation:

I really hope this helps

please mark as brainliest

a computer program consists of lines of code. for the program to workâ properly, all lines of code must be correct. assume that the probability of any line of code being correct is 0.9999. assuming that each probability isâ independent, what is the probability that the program will workâ properly?

Answers

The likelihood that the code will function successfully, according to the stated assertion, is 0.906.

What is the best definition of a computer?

A computerized electronic product that can input data, do out specified arithmetic and logical operations quickly, and then show the outcomes. There are many distinct kinds of computers, including ibm, desktop pcs, tablets, and cellphones.

In 50 words, describe what a computer is?

Computers are categorized as electronics that acquire, store, interpret process data from input sources to provide the desired results. One must enter the correct information or data into computers in order to get the correct and intended outcome.

The likelihood that the software will run successfully is (0.9999)⁹⁸⁵

Means 0.906

To know more about computer visit:

https://brainly.com/question/14618533

#SPJ4

`100 POINTS!!! Write in python

`100 POINTS!!! Write in python

Answers

Here's the Python code snippet that packs two Label widgets as far left as possible inside their parent Frame widget using the `pack()` method with the `side='left'` option:

```python
from tkinter import *

# Create parent Frame widget
parent_widget = Frame(master)

# Create Label widgets
label1 = Label(parent_widget, text="Label 1")
label2 = Label(parent_widget, text="Label 2")

# Pack Label widgets inside parent widget
label1.pack(side='left')
label2.pack(side='left')
```

Assuming you have imported the `tkinter` module, this code creates a parent `Frame` widget and two `Label` widgets (`label1` and `label2`). The `pack()` method is then used to pack the labels inside the parent widget with the `side='left'` option.

Is e-learning supplementary or complementary to the conventional learning system? And why?

Answers

Answer:Read below

Explanation:

Traditional education is a classroom experience where students have access to only the resources their teachers provide. Digital education, on the other hand, is about using online resources in addition to traditional materials.

what are the four major data mining techniques?

Answers

Data mining is the process of discovering patterns, relationships, and trends in large amounts of data using statistical and computational methods. It involves the use of various techniques to extract useful insights from data. There are four major data mining techniques, which are as follows:

1. Classification: This technique involves the classification of data into different categories based on predefined parameters. It is a supervised learning technique, which means that the system is trained on a set of labeled data to make predictions about new data.

2. Clustering: This technique involves the grouping of data into clusters based on similarities between them. It is an unsupervised learning technique, which means that the system is not trained on labeled data.

3. Regression: This technique involves the prediction of numerical values based on the relationship between variables. It is used to model the relationship between dependent and independent variables.

4. Association: This technique involves the identification of patterns and relationships between variables. It is used to identify the most frequent patterns in data and to find associations between variables.

These four techniques are widely used in various industries such as finance, healthcare, marketing, and retail to extract valuable insights from data. By using these techniques, businesses can make data-driven decisions and improve their overall performance.

To know more about Data mining visit:

https://brainly.com/question/28561952

#SPJ11

Select the correct answer.

Which animation do these characteristics
best relate? Allows you to edit, blend, and reposition clips of animation.
This animation is not restricted by time.


1. Interactive Animatino
2. Linear Animation
3. Nonlinear Animation

Answers

Answer:

1. Interactive Animatino

It is the way to convey a message,an idea,a picture,or speech that is received and understood clearly and correctly by the person for whom it is sent.​

Answers

Answer:

Communication.

Explanation:

Communication can be defined as a process which typically involves the transfer of information from one person (sender) to another (recipient), through the use of semiotics, symbols and signs that are mutually understood by both parties.

In this context, communication is the way to convey a message, an idea, a picture, or speech that is received and understood clearly and correctly by the person for whom it is sent.​

Generally, the linear model of communication comprises of four (4) main components and these are;

1. Sender (S): this is typically the source of information (message) or the originator of a message that is being sent to a receiver. Thus, they are simply the producer of a message.

2. Channel (C): this is the medium used by the sender for the dissemination or transmission of the message to the recipient. For example, telephone, television, radio, newspapers, billboards etc.

3. Message (M): this is the information or data that is being sent to a recipient by a sender. It could be in the form of a video, audio, text message etc.

4. Receiver (R): this is typically the destination of information (message) or the recipient of a message that is being sent from a sender.

Which line defines a valid CSS rule?
A.
p {color:0, 0, 0;}
B.
p {color: red; }
C.
p {font: rgb(0, 0, 0); }
D.
p {font: red;}

Answers

Answer:

B

Explanation:

Which line defines a valid CSS rule?A. p {color:0, 0, 0;}B. p {color: red; }C. p {font: rgb(0, 0, 0);

The valid CSS rule among the options provided is p {color: red;}. This rule sets the color property of the "p" element to the value "red." Thus, option B is correct.

In web development, a CSS rule is a set of instructions that defines how a particular HTML element or group of elements should be styled or displayed on a web page. CSS (Cascading Style Sheets) is a stylesheet language used to describe the presentation of a document written in HTML (Hypertext Markup Language).

A CSS rule consists of two main parts: a selector and one or more declarations. The selector determines which HTML elements the rule will apply to, and the declarations specify the styles and properties that should be applied to those elements.

Learn more about HTML on:

https://brainly.com/question/15093505

#SPJ6

Need help with my hw.​

Need help with my hw.

Answers

If I am correct, it should be D. Hopefully I was helpful.
It is d I got it today

which tab do you need to select to change your page orientation from portrait to landscape?

Answers

Answer:

That would be the layout tab.

The page layout tab is used to change your page orientation from portrait to landscape.

What is page layout?Page layout is used to create documents with a more usage design, like newsletters, books, or posters. A page layout document is like a canvas that you put in text boxes, images, and other objects to, then gather the objects on the page however you like.There are four basic layout types namely process, product, hybrid, and fixed position.A page layout is defined as a collection of map elements arranged on a virtual page designed for map printing.Use of portrait to landscape orientation, the following steps arepage layout->orientation->landscape.

To learn more about page layout refers to:

https://brainly.com/question/12129748

#SPJ2

Which error type does the "off-by-one" error belong to?
A. syntax error
B. compile-time error
C. run-time error
D. infinite loop

Answers

Answer:

The answer is C. run-time error.

Explanation:

The "off-by-one" error is a type of run-time error that occurs when a loop or an array index is either incremented or decremented by one more or one less than intended. This error can lead to unexpected program behavior, such as accessing memory that is out of bounds or skipping over elements in an array.

the html5 figure element is typically used as a container for

Answers

The HTML5 figure element serves as a container for contents as tables, footnotes, legends etc

What is the HTML5 figure element used as container?

The HTML5 figure element is typically used as a container for self-contained content, such as images, diagrams, photos, code listings, etc. The content of the figure element is related to the main flow, but its position is independent of the main flow, and if removed it should not affect the flow of the document.

The figure element can be used to group related content together and to make it easier for users to find and understand the content. It can also be used to improve the accessibility of your website by making it easier for screen readers to read the content.

Examples of content that can be used in a figure container are; Tables, footnotes, legends, warnings, notes, comments etc

Learn more on HTML5 container here;

https://brainly.com/question/16021689

#SPJ1

Order the steps for changing the settings of an outlook data file
Enter the backstage view
Click the settings tab
Click account settings twice
Click the data files tab in the dialog box
Make the changes, and click OK

Answers

Answer:

The steps are: (1)   (3)   (4)   (2)   (5)

Explanation:

Given

The above steps 1 to 5

Required

Order the steps to change settings of an outlook data file

The order have been highlighted in the answer section.

However, the step is as follows:

Enter the backstage viewClick Account Settings twice Click the Data Files tab in the dialog boxClick the settings tabMake the changes, and click OK

Answer:

we must have each others backs

Explanation:

Order the steps for changing the settings of an outlook data fileEnter the backstage viewClick the settings

Usually when i am using my windows 10 laptop and using the internet, it stops working and says "No Internet." So i disconnect from the wifi i was using, and then i reconnect to it and it works fine. But it keeps on doing the same thing and it is really annoying. please help!

Answers

Answer:

I used to have the same proble, have you tried rebooting it? That normally works. If not, you have to change your internet plan completely. That’s what I had to do. But first try rebooting.

Explanation:

Write a VB program that asks the user to enter their surname. It will then tell them that they have a long surname if the name they enter has more than ten characters; otherwise, it will tell them that they don’t have a long surname​

Answers

Answer:

Sure, there's a VB program that does what you're asking for:

Module Module1

   Sub Main()

       Dim surname As String

       Console.WriteLine("Please enter your surname:")

       surname = Console.ReadLine()

       If surname.Length > 10 Then

           Console.WriteLine("You have a long surname.")

       Else

           Console.WriteLine("You don't have a long surname.")

       End If

       Console.ReadKey()

   End Sub

End Module

When you run this program, it will prompt the user to enter their surname. It will then check the length of the surname and print out either "You have a long surname" or "You don't have a long surname" based on the input size. The program waits for the user to press a key before exiting.

Explanation:

the ________ for a given point in time can be calculated using the balance sheet.

Answers

The financial position for a given point in time can be calculated using the balance sheet, which provides information about a company's assets, liabilities, and shareholders' equity.

What information does the balance sheet provide for a given point in time?

The financial position for a given point in time can be calculated using the balance sheet. The balance sheet is a financial statement that provides a snapshot of a company's assets, liabilities, and shareholders' equity at a specific date. It represents the company's financial position and provides information about its resources, obligations, and ownership interests.

To calculate the financial position, one needs to examine the components of the balance sheet. The balance sheet consists of three main sections:

Assets: These are the resources owned by the company, including cash, inventory, property, equipment, investments, and accounts receivable.

Liabilities: These are the company's obligations or debts, such as loans, accounts payable, accrued expenses, and long-term debt.

Shareholders' Equity: Also known as owner's equity or net worth, this represents the ownership interest in the company. It includes retained earnings, contributed capital, and other equity components.

By analyzing the balance sheet, one can assess the financial position of a company at a specific point in time. It helps determine the company's solvency, liquidity, and overall financial health. For example, if the total assets exceed total liabilities, it indicates a positive net worth and a strong financial position.

The balance sheet is an essential tool for investors, creditors, and stakeholders to evaluate a company's financial stability and make informed decisions. It provides valuable insights into the company's ability to meet its financial obligations and its overall financial standing.

Please note that specific financial ratios and analysis techniques can be applied to further evaluate the financial position and performance of a company based on the balance sheet.

Learn more about financial position

brainly.com/question/31826522

#SPJ11

write a program in c to display the multiplication table similar to below. (you need to use nested loop and create function in your program to reduce the size of your main function).

Answers

C is a high-level programming language used to create a wide range of computer applications. It was developed in the 1970s and is still widely used today for system and application programming.

To display the multiplication table in C programming language, we can use a nested loop that will iterate through all the rows and columns of the table. In addition, we can create a function to reduce the size of the main function and make the code more readable and reusable.

Here's the program in C that displays the multiplication table:

```
#include

void printTable(int n) {
 int i, j;
 
 // nested loop to iterate through all the rows and columns
 for (i = 1; i <= n; i++) {
   for (j = 1; j <= n; j++) {
     // print the product of i and j
     printf("%d\t", i * j);
   }
   // move to the next line
   printf("\n");
 }
}

int main() {
 int num;
 
 // ask user to enter the number of rows and columns
 printf("Enter the number of rows and columns: ");
 scanf("%d", &num);
 
 // call the function to print the table
 printTable(num);
 
 return 0;
}
```

In this program, the `printTable` function takes an integer parameter `n` that represents the number of rows and columns in the table. It uses a nested loop to iterate through all the values of `i` and `j` from 1 to `n`, and prints the product of `i` and `j` for each combination of values.

The `main` function asks the user to enter the value of `num`, and then calls the `printTable` function with this value. This way, we can easily change the size of the table without having to modify the code in the `printTable` function.

Overall, this program demonstrates how to use nested loops and functions in C programming to display a multiplication table.

To know more about C programming language visit:

https://brainly.com/question/10937743

#SPJ11

Find the value of the expression 5n² + 5n - 2 if n = -2.

Answers

5(-2)^2 + 5(-2) - 2
5(4) - 10 - 2
20 - 10 - 2
10 - 2
8

what is the output from the following java program? (assume that a tab is expanded into eight spaces.) public class letter {

Answers

The output from the following java program is given below:

public class Letter {

   public static void main(String[] args) {

       System.out.println("Dear \"DoubleSlash\" magazine,");

       System.out.println();

       System.out.println("\tYour publication confuses me.  Is it");

       System.out.println("a \\\\ slash or a //// slash?");

       System.out.println("\nSincerely,");

      System.out.println("Susan \"Suzy\" Smith");

   }

}

The Output

Dear "DoubleSlash" magazine,

       Your publication confuses me.  Is it

a \\ slash or a //// slash?

Sincerely,

Susan "Suzy" Smith

The given code declares variables, defines a method and gives commands..

It creates a public class and then uses print commands to tell the compiler the output to give and the output is given above.

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

Other Questions
PLEASE HELPPwhat was the attitude of the Social Gospel movement toward evil?They believed it was social as well as personal in origin.They insisted it was a positive force in the world.They felt it could never be fought successfully.They considered it strictly a personal affair 2018 made $240,000.00. pay 10% for under $150,000.00 and %15 over $150,000.00, How much did you pay in taxes? were the knights the largest population in medieval society? Join the two sentences with a suitable connector. You can write more than one sentence and you may have to change the sentences. (10 points)Kate is allergic to chocolate. She ate a bit.= The news arrive our homes. We are well informed.= Peter went to the doctor. He wasnt feeling well.= Anne cried a lot. Her dog died.=The pupils answered the test right away. They received the test.=Dau coroana In mammals, milk production by mammary glands is controlled by prolactin and prolactin-releasing hormone. Draw a simple sketch of this pathway, including glands, tissues, hormones, routes for hormone movement, and effects. What measurable properties of a gas does Boyle's Law relate? a) Pressure, Volume, Temperature and Mass b) Pressure and Volume c. Volume and Temperature d. Pressure and Temperature QuestionA data set is summarized in the frequency tablebelow. The data set contains a total of 40 datavalues. What is the missing frequency?Value1234Cr5678Frequency249[]6824 Part A An advertisement claims that a centrifuge takes up only 0.127 m of bench space but can produce a radial acceleration of 3100 g at 5000 rev/min For related problem-solving tips and strategies, you may want to view a Video Tutor Solution of Throwing a discus. Calculate the required radius of the centrifuge. Express your answer in meters. ALQ R 0 2 ? Submit Request Answer Part B Is the claim realistic? Yes No Submit Previous Answers Correct EVALUATE: The diameter is then 0.222 m, which is larger than 0.127 m, so the claim is not realistic. there are 6 fewer ducks in the grass than on the pond there are 13 ducks on the pond. how many duck are in the grass? Why do you think some people believe globalization is a threat to different cultures? If you could solve one ofthe world's greatest problems, which one wouldyou choose? Why did you choose this problem tosolve? Which of these statements best answers the question: What is art? Someone help me with this I will make you brain what is Tourette's Disorder? Pls, Help due TODAY!! An unstable high-energy particle enters a detector and leaves a track 1.15 mm long before it decays. Its speed relative to the detector was 0.956c. What is its proper lifetime in seconds? That is, how long would the particle have lasted before decay had it been at rest with respect to the detector? Number __________ Units _________ Use a half angle formula to find the exact value of the expression tan 22.5 degree Find 3A + 2B.A =95- 3 7[:] [4]B =163 - 1 Ariana rode A bicycle 7 miles and 42 minutes. Abelito road his skateboard 8 miles in 48 minutes. Who traveled at a greater average speed? Define an appropriate unit of speed and provide mathematical justification for your answer. Please i need this by TONIGHT!! Why did the framers of the US Constitution choose a federal government?The framers knew they needed a strong government, because individual states had proven that they were unable to create