how do you number the dissertation correctly in the table of contents? ​

Answers

Answer 1

To number the dissertation correctly in the table of contents, you should follow these steps:

Use heading styles: First, use the heading styles provided in your word processor (e.g., Heading 1, Heading 2, etc.) to format your dissertation. This will ensure that the headings are properly formatted and numbered automatically.

Number the headings: Number each heading in your dissertation, starting with "Chapter 1" for the first chapter, and so on. You can use Arabic numerals (1, 2, 3, etc.) to number the chapters and sections.

Include subheadings: If you have subheadings within a chapter, number them using decimal notation (e.g., 1.1, 1.2, 1.3, etc.).

Update the table of contents: After you have formatted and numbered your dissertation headings, insert a table of contents into your document. Then, update the table of contents to ensure that it reflects the correct page numbers for each heading.

By following these steps, you can ensure that your dissertation is properly numbered and formatted in the table of contents.


Related Questions

Making sure that every employee has a stake in customer happiness is the best way to ensure:
A) Lower marketing research costsB) Lower employee turnoverC) That you are creating a customer-centric corporate cultureD) A higher percentage of market share

Answers

Answer: C) That you are creating a customer-centric corporate culture

That you are creating a customer-centric corporate culture is the best way to ensure customer happieness.

What is Corporate culture?

Corporate culture is the set of values and practices that guide how management and employees should work together and interact inside an organization.

It may have an impact on staff recruitment and retention, productivity, financial success, and long-term viability of the organization. International trade, economic trends, national cultures and traditions, company size, and goods all have an impact on corporate culture.

A company's corporate culture embodies its guiding principles in both theory and practice. Clan culture, adhocracy culture, market culture, and hierarchical culture are the four different forms of business cultures.

Therefore, That you are creating a customer-centric corporate culture is the best way to ensure customer happieness.

To learn more about Customer centric corporate, refer to the link:

https://brainly.com/question/14030342?

#SPJ2

In PowerPoint, if a developer wanted to include audio in a presentation, they can either record their own audio, or ___.
A) select an audio clip saved on their PC
B) choose from sound clips available in PowerPoint
C) use the SmartArt feature to include sound
D) select online audio clips

Answers

Answer:

Explanation:

In PowerPoint, you can add audio to your presentation by either recording your own audio or by inserting an audio file. When inserting an audio file, you have the option to select an audio clip saved on your PC, choose from the sound clips available in PowerPoint or even select online audio clips.

PowerPoint provides a built-in library of sound clips that you can choose from, including music, sound effects, and narration tracks. You can access this library by selecting the "Insert" tab, clicking on "Audio," and then selecting "Audio on my PC" or "Online Audio" to browse through the available sound clips.

Using the built-in sound clips can save time and effort for developers as they don't have to spend time creating or searching for suitable audio files. Additionally, PowerPoint's sound clips are often designed to work well with the program's features and can enhance the overall quality of the presentation.

Select the correct answer.
Which statement best describes a website builder?
A. an application that enables code editing to create a unique website
B.
a tool that enables developers to create web apps without programming knowledge
C.
a tool that enables developers to create websites without programming knowledge
D. an application that automatically applies HTML tags to text

Answers

The statement that best describes a website builder is option C. a tool that enables developers to create websites without programming knowledge

What is programming?

A website builder is a software tool that allows individuals or organizations to create websites without the need for advanced technical skills or knowledge of programming languages.

Website builders are designed to simplify the website creation process by providing an intuitive drag-and-drop interface and pre-designed templates that users can customize with their own content.

Therefore, With a website builder, users can create and edit web pages, add images and videos, and customize the design and layout of their website without needing to write code.

Read more about programming here:

https://brainly.com/question/23275071

#SPJ1

Explain the following terms and how they relate to mobile technology​

Answers

Answer: Mobile technology refers to the technology used in mobile communication devices such as smartphones

Explanation:

Mobile technology refers to the technology used in mobile communication devices such as smartphones, tablets, and wearable devices. Mobile technology allows users to access information and communication services on the go, anywhere and anytime.

Mobile technology has evolved rapidly over the years, leading to the development of various applications and services that have transformed the way we communicate, work, and entertain ourselves. Some of the key features of mobile technology include:

Portability: Mobile devices are designed to be portable and can be carried around easily, making them convenient for use while on the move.

Connectivity: Mobile technology allows users to stay connected to the internet, enabling them to access various services and applications.

Personalization: Mobile devices can be customized to suit individual preferences, with various settings and features that can be tailored to the user's needs.

Location-based services: Mobile technology allows for the delivery of location-based services, such as navigation and weather updates.

Overall, mobile technology has revolutionized the way we interact with the world around us, making information and communication more accessible and convenient. It has also opened up new opportunities for businesses and individuals to connect and engage with their target audience.

If you want to learn more you can visit this blog

https://www.janbasktraining.com/blog/mobile-automation-testing/

he files provided in the code editor to the right contain syntax and/or logic errors. In each case, determine and fix the problem, remove all syntax and coding errors, and run the program to ensure it works properly.

An example of the program is shown below:

Enter a number between 1 and 20 >> 5
5 4 3 2 1 Blastoff!
JAVA CODE:
// Prompt user for value to start
// Value must be between 1 and 20 inclusive
// At command line, count down to blastoff
// With a brief pause between each displayed value
import java.util.Scanner;
public class DebugSix3
{
public static void main(String[] args)
{
Scanner keyboard = new Scanner(System.in);
int userNum, val;
final int MIN = 1;
final int MAX = 20;
final int TIME_WASTER = 100000;
System.out.print("Enter a number between " + MIN +
" and " + MAX + " >> ");
userNum = keyboard.nextInt();
while(userNum < MIN && userNum < MAX)
{
System.out.println("Number out of range");
System.out.print("Enter a number between " + MIN + " and " +
MAX + " inclusive >> ");
userNum = keyboard.nextInt();
}
for(val = userNum; val == 0; --val)
{
System.out.print(val + " ");
for(int x = 0; x < TIME_WASTER; ++x)
for(int y = 0; y < TIMEWASTER; ++y)
for(int z = 0; z < TIME_WASTER;);
// Adjust these numbers for faster or slower performance
}
System.out.println("Blastoff!");
}
}

Answers

Fixed code:

import java.util.Scanner;

public class DebugSix3 {
public static void main(String[] args) {
Scanner keyboard = new Scanner(System.in);
int userNum, val;
final int MIN = 1;
final int MAX = 20;
final int TIME_WASTER = 100000;

Kotlin:
System.out.print("Enter a number between " + MIN + " and " + MAX + " >> ");
userNum = keyboard.nextInt();

while (userNum < MIN || userNum > MAX) {
System.out.println("Number out of range");
System.out.print("Enter a number between " + MIN + " and " + MAX + " inclusive >> ");
userNum = keyboard.nextInt();
}

for (val = userNum; val >= 0; --val) {
System.out.print(val + " ");
try {
Thread.sleep(1000);
} catch (InterruptedException e) {
e.printStackTrace();
}
}
System.out.println("Blastoff!");
}

Changes made:

Fixed the while loop condition to use OR instead of AND
Fixed the for loop condition to use greater than or equal to instead of equal to
Added a try-catch block to pause the loop for 1 second using Thread.sleep() instead of nested for loops
Fixed some syntax errors and indentation issues.

program to take the command line input to cut down the blast off.

// DebugSix3.java

// Prompt user for value to start

// Value must be between 1 and 20 inclusive

// At command line, count down to blastoff

// With a brief pause between each displayed value

import javax.swing.*;

public class DebugSix3

{

 public static void main(String[] args)

 {

   String userNumString;

   int userNum, val;

   final int MIN = 1;

   final int MAX = 20;

   userNumString = JOptionPane.showInputDialog(null,

       "Enter a number between " + MIN + " and " + MAX + " inclusive");

   userNum = Integer.parseInt(userNumString);

   while(userNum < MIN || userNum > MAX)

   {

      userNumString = JOptionPane.showInputDialog(null,

       "Number out of range" +

       "\nEnter a number between " + MIN + " and " + MAX + " inclusive");

      userNum = Integer.parseInt(userNumString);

   }

   for(val = userNum; val > 0; --val)

   {

     System.out.print(val + "  ");

     for(int x = 0; x < 100000; ++x)

      for(int y = 0; y < 10000; ++y);

      // Adjust these numbers for faster or slower performance

   }

   System.out.println("Blastoff!");

 }

}

learn more about command line input here:

https://brainly.com/question/19569210

#SPJ1

Write code in MinutesToHours that assigns totalHours with totalMins divided by 60

Given the following code:

Function MinutesToHours(float totalMins) returns float totalHours
totalHours = MinutesToHours(totalMins / 60)
// Calculate totalHours:
totalHours = 0

Function Main() returns nothing
float userMins
float totalHours

userMins = Get next input
totalHours = MinutesToHours(userMins)

Put userMins to output
Put " minutes are " to output
Put totalHours to output
Put " hours." to output

Answers

Answer:

Function MinutesToHours(float totalMins) returns float totalHours

   // Calculate totalHours:

   totalHours = totalMins / 60

   return totalHours

End Function

Other Questions
Stephanie is reviewing some materials for an upcoming paper. She comes across a really cool idea online along the way and thinks it would be great to include it in her paper. She does not provide any citations for this idea in her paper. Stephanie has just committed plagiarism.True or False if you are relatively wealthy, should you buy insurance against (a) large losses, and/or (b) small losses? why? A plant in my garden is growing 2/3 of a foot every 3/4 of a month. How much does it grow per month? hunting, fishing, and gathering material at rates that exceed the ability of populations to rebound is called and is a thread to biodiversity group of answer choices invasive species pollution overharvesting habitat loss climate change one of the most important characteristics of exploratory research is flexibility. group of answer choices true false Given that New Mexico has a population of about 12 people per square miles andan area of about 120,000 square miles, what is the population of New MexicoMark only one oval.10,0001,000,0001,440,0002,400,000 FIND THE MISSING SIDES OF THE KITEPicture for more info!Thank you. No lo hagas o te arrepentirs en el futuro.O adversativaO copulativaO distibutivaO disyuntiva If i have a 97% grade and i get a 75% on a quiz that counts 7% of my grade, how much is my grade? (37 points) Please help!Question below!! an automobile worker loss his job because his factory moved to mexico. what could you say in an effort to convince him that this move might be good for the u.s.? which of these market structures is characterized by a large number of firms, each selling a slightly differentiated product? an electron and a proton are each placed at rest in a uniform electric field of magnitude 498 n/c. calculate the speed of each particle 44.4 ns after being released. features of lioving organusms the face of a sunflower turns to follow the sun moved acorss the sky this is an example of what you are bearish on telecom and decide to sell short 270 shares at the current market price of $100 per share. a. how much in cash or securities must you put into your brokerage account if the broker's initial margin requirement is 50% of the value of the short position? (round your answer to the nearest whole dollar.) find the missing value to the nearest hundredth cos__=7/1867.1137.6722.8921.25 write about the necessary ports and instruments for preparing donat Conjuga el verbo entre parntesis al participio pasado.Nadie me ha (besar).O besaO besadobesoO besido determine the operating income using the following information: sales $680,200 cost of goods sold 504,000 selling expenses 50,400 administrative expenses 25,000 a.$125,800 b.$100,800 c.$176,200 d.$680,200 Order the anionic compounds from the most basic to least basic? 3) 1) 2) Magnify Select One Strongest base Second strongest Match With B 3) Weakest base C 2)