MindMap Gallery computer
This is a mind map about computers. Computers are an indispensable and important tool in modern society. Its development and application are of great significance in promoting social progress and improving production efficiency.
Edited at 2024-03-25 22:26:24Avatar 3 centers on the Sully family, showcasing the internal rift caused by the sacrifice of their eldest son, and their alliance with other tribes on Pandora against the external conflict of the Ashbringers, who adhere to the philosophy of fire and are allied with humans. It explores the grand themes of family, faith, and survival.
This article discusses the Easter eggs and homages in Zootopia 2 that you may have discovered. The main content includes: character and archetype Easter eggs, cinematic universe crossover Easter eggs, animal ecology and behavior references, symbol and metaphor Easter eggs, social satire and brand allusions, and emotional storylines and sequel foreshadowing.
[Zootopia Character Relationship Chart] The idealistic rabbit police officer Judy and the cynical fox conman Nick form a charmingly contrasting duo, rising from street hustlers to become Zootopia police officers!
Avatar 3 centers on the Sully family, showcasing the internal rift caused by the sacrifice of their eldest son, and their alliance with other tribes on Pandora against the external conflict of the Ashbringers, who adhere to the philosophy of fire and are allied with humans. It explores the grand themes of family, faith, and survival.
This article discusses the Easter eggs and homages in Zootopia 2 that you may have discovered. The main content includes: character and archetype Easter eggs, cinematic universe crossover Easter eggs, animal ecology and behavior references, symbol and metaphor Easter eggs, social satire and brand allusions, and emotional storylines and sequel foreshadowing.
[Zootopia Character Relationship Chart] The idealistic rabbit police officer Judy and the cynical fox conman Nick form a charmingly contrasting duo, rising from street hustlers to become Zootopia police officers!
computer
information
Wiener: Information is what we exchange with the external world in the process of adapting to and perceiving the external world.
Shannon: Information is something that can be used to eliminate uncertainty
Data is the specific manifestation of information and the carrier of information. Information is the result of data processing.
The symbolization of information is data
Information is abstracted logical meaning, while data is the physical representation of information.
The same information can be represented by different data.
The symbolization of information is data, and data is the specific manifestation of information.
information society
High-speed, large-capacity, multimedia information transmission trunk line, called "information highway", national information infrastructure
computer culture
Computer culture takes computers as the core and integrates network culture, information culture, and multimedia culture.
Babbage - the father of general-purpose computers
Von Neumann - the father of modern computers
ENIAC
ENIAC: the first true computer, vacuum tube, decimal system, addition
EDSAC: the first stored-program computer
UNIVAC: the first commercial computer, marking the beginning of the computer age
development of computers
①Electronic tubes, machine language, assembly language, scientific computing
②Transistor High-level programming, design language, data processing
③Small and medium-sized integrated circuits, operating systems and conversational languages are widely used in various fields
④Large-scale VLSI, object-oriented high-level language, Internet era
Characteristics of computers
Fast computing speed
High calculation accuracy
Large storage capacity
Strong versatility
Ability to make logical judgments
Work automation
Classification of computers
Processing object
analog computer
digital computer
hybrid computer
use
dedicated computer
general computer
Scale Performance
Huge, big, small, micro, workstation
computer applications
Scientific Computing Numerical Computing
information management, data processing
Auxiliary engineering, computer-aided systems
Process control, real-time control, a set of templates
Artificial intelligence, using computers to simulate people and learn independently
computer aided system
CAI computer-assisted instruction
CAD Computer Aided Design
CAT Computer Assisted Test
CAM Computer Aided Manufacturing
CBE Computer Assisted Education
CMI Computer Aided Management Instruction
CIMS computer integrated manufacturing system
Computer development trends
Giant, miniaturized, networked, intelligent
number system
Carry counting system Number system
Number: a set of symbols
Cardinal number: the number of digits in a number system
Position weight: the weight of different positions
Binary advantages
Physically easy to implement
Simple operation
Stable and highly reliable
Easy to implement logical meaning
Easy to express with electronic components
data unit in computer
bit bit smallest unit
Byte B base unit
The word length must be a multiple of 8
Data that is accessed, processed and transmitted at one time is called a word
The number of binary bits processed at one time or simultaneously is called the word length
Character Encoding
0 positive 1 negative
The character encoding currently used is mainly ASCII code
The 7-bit standard ASCII code, the highest bit is 0, actually only uses 7 bits to represent 128 different characters. 0~127
Machine number original negate complement
Three positive numbers are the same
negative number
One's complement code: the sign bit remains unchanged and the remaining bits are inverted.
Complement code: one's complement + 1
ASCII code
Numbers<uppercase<lowercase
a-A=32D=20H
Chinese character encoding
National standard code, two consecutive bytes, the highest bit is 0
Chinese character internal code. The highest bit of the two bytes is 1. The computer internally stores the internal code.
Location code—+2020H—National standard code—+8080H—In-machine code
The glyph code stores the space occupied by one Chinese character.
Number of row points × number of column points ÷ 8 = B
The only thing about serial codes is that there are no duplicate codes (area codes)
computer system
Instruction: A command for a computer to perform a certain operation Binary
composition
Opcode: specifies the type of operation
Address code: Specifies where the data to be operated is located
The set of all instructions that the CPU can execute is called the computer instruction system
"Stored program" control principle
Von Neumann, father of modern computers
The basis for the computer to automatically complete calculations or processing is the working principle of "stored program"
A memory structure that combines program instruction memory and data memory.
Features: Store instructions and data in memory at the same time
The core of stored programs: stored programs, program control
computer hardware system
Host
operator
controller
Storage (internal and external memory)
peripherals
Input device 0 or more
Output device at least 1
operator
ALU: arithmetic operation unit, logical operation unit
Register (storage some intermediate data)
controller
Direct the coordinated work of various parts of the computer
memory
Last address = first address + storage unit - 1
internal memory
ROM, RAM, Cache
BIOS: ROM basic input and output system
CMOS is RAM in nature, storing date, time, and hard disk parameters, and will be continuously powered by a specific battery.
external storage auxiliary storage
Stores a large amount of data and programs that are not temporarily involved in calculations or processing, and can be exchanged with memory in batches when needed
External memory is the back and supplement of memory and cannot directly exchange data with the CPU.
Hard drive>Flash memory>CD
input device
Disk drives, tape drives, touch screens, A/D analog-to-digital converters
output device
Monitors, plotters, digital-to-analog converters (D/A)
Disk drives, tape drives, touch screens
computer software system
system software
operating system
language processor
database management system
System support and service programs
application . . .
programming language
Machine language (low-level language): The only one that a computer system can recognize and does not require translation.
Assembly language (low-level language): symbolization of machine language
High-level language: greatly improves programming efficiency
Interpreter program: does not generate the target program and executes it while translating
Compiler: generate target program
Compilation speed > Interpretation speed
microcomputer system
Microcontroller
single board computer
PC
portable microcomputer
Main performance indicators of microcomputer
Main frequency: The clock frequency of the CPU, which determines the running speed of the computer. The unit is Hz.
Word length: The word length determines the accuracy of the operation
Number of Cores: Processor Cores
Memory capacity: The total number of bytes of information that can be stored in internal memory. Generally, the larger the memory capacity, the faster the processing speed.
Computing speed: Number of computer instructions executed per unit time 1BIPS = 1000MIPS
Access cycle: The smaller the storage cycle, the faster the operation speed
The higher the main frequency, the faster the computing speed
The longer the word length, the faster the operation speed, the larger the memory capacity, the faster the operation speed.
CPU performance indicators
Main frequency Clock frequency Speed of computing and processing data MIPS
Bit and word length
Number of cores
microprocessor
A very large scale integrated circuit chip that integrates arithmetic units, controllers, and caches. The most important core components
memory
Static RAM: SRAM has high speed
Dynamic RAM: DRAM
External memory (hard disk is the fastest)
Mechanical hard drive HDD
Solid State Drive SSD is fast but expensive
Flash memory (U disk) deletes files without entering the recycle bin, USB connection is plug-and-play, the operating system is automatically installed, and removable external storage can be realized.
bus
Data bus: transmits data bidirectionally
Address bus: data address unidirectional
Control bus: control signals bidirectional
address bus
Determine the size of the addressing space and the number of storage units
An address line, representing a bit b
The addressable range of an n-bit width address bus is 2 to the nth power of address units.
Number of bits: word length Number of data bus bits: determines the word length; word length determines accuracy.
Interface—Interface circuit—Bus
There must be an interface between the device and the bus (graphics card, ** card)
display system
Monitors and display adapters (graphics cards graphics cards)
Performance indicators: resolution, color quality, refresh speed
Color quality: 1-bit binary represents two types (black, white)
24-bit true color 2 to the 24th power
32 bits, 24 bits for true color, 8 bits for brightness contrast 2 to the 24th power
Refresh frequency Hz: the number of times the display image is updated per second
printer
Dot matrix printer (dot matrix printer)
Inkjet Printers
laser printer
Dye-sublimation printer (pictures, photos)
sound system
The audio signal is a continuous analog signal converted to a digital signal
Analog/digital (A/D) conversion
Sampling and quantization Sampling frequency and quantization bits
scientific thinking
theoretical thinking mathematics
Experimental Thinking Physics
computational thinking computer science
Computer thinking concept
Zhou Yizhen
Computational thinking is a series of thinking activities covering the breadth of computer science that uses basic concepts of computer science to solve problems, design systems, and understand human behavior.
Characteristics of computational thinking
It's conceptual, not procedural
It's fundamental, not a engraved skill
It's human, not computer
It's an idea, not a man-made thing
It is the complementarity and integration of mathematics and engineering thinking.
For everyone, everywhere
The essence of computational thinking
abstract automation
The foundation and premise of automation is abstraction
Basic methods of computer problem solving
The steps the computer is asked to perform—algorithm
Worth proposed: program = data structure + algorithm
Algorithm: numeric non-numeric
Algorithm design requirements
correctness
readability
Robustness
Efficiency
Characteristics of algorithms
Finiteness
certainty
feasibility
Enter 0 or more
Output at least 1
data structure
is the way information is organized
Reflect the internal structure of the data
logical structure of data
Set structure
Linear structure one to one
Tree structure one-to-many
Graph structure many-to-many
logical structure of data
linear structure
linear table
stack last in first out first in last out
Queue first in first out last in last out
nonlinear structure
Dendrogram 1:n
Graphic structure m: n
data storage structure
Storage structure = physical structure storage form
sequential structure
chain structure
arithmetic operators
++ (self-increment) – (self-decrement)
! logical negation
mod (modulo remainder)
==Judge whether the left and right sides are equal and whether it is true
& Logical AND If any 0 is 0, if all 1 is 1
||Logical OR: 1 is 1 and all 0 is 0
Input
Print output
Algorithm representation
natural language
pseudocode
flow chart
Computer Languages
basic structure of computer program
sequential structure
sequential structure
Loop structure (must include selection structure)
The while type determines the condition first and then executes it. It may be executed 0 times.
do while until type, execute first and then judge, execute at least once
Basic methods for solving problems
Enumeration method: (violent algorithm) enumerate one by one
Recursive algorithm: step by step
Recursive algorithm: calls itself repeatedly
Divide and Conquer Algorithm: Break the problem into smaller problems Recursion
Application: binary search (binary search)
Iterative algorithm: new value replaces old value
heuristic algorithm
programming methods
Any program is based on three basic controls: sequence, selection, and loop.
Advantages: clear structure, good readability, strong modularity
The program has modular characteristics, and each program module has a unique entrance and exit.
Cancel the GOTO language and refine it from top to bottom.
Programming steps
①Analyze the problem
②Determine the digital model
③Algorithm design
④ Program writing, editing, compiling and linking
⑤Run and test
"Object + Message" object-oriented
do what? Tasks required of the subject
"Data structure + algorithm" is process-oriented
How to do? Emphasize the function of the code
object-oriented programming
Difficult to adapt to the design of large software
Poor program reusability
Concepts in object-oriented programming
Only the code inside the object can operate on the data inside the object.
Object: basic unit with two elements: properties and behavior
Class: A collection of objects that share the same properties and behavior. A class is an abstraction of an object, and an object is an instance of a class.
Inheritance: It is the relationship between classes. Derived classes can extend, override, and redefine the behavior of the base class.
Polymorphism: Different behaviors exhibited by derived classes, and different responses of its objects to the same message
Abstract: represents the essence of the same type of things
Encapsulation: Relevant data and operation code are encapsulated in an object to form a basic unit. Each object is independent of each other, does not interfere with each other, and is connected through messages.
Message: Objects are not isolated from each other and are passed through messages.
Events: Some actions that can activate the function of an object. Different events trigger different actions of the object.
Windows7 operating system system software
Hardware←→Operating system←→User interaction
Control and manage computer system hardware and software resources
Control program execution and improve human-machine interface
Properly organize computer workflow
Provide a good operating environment for users to use computers
Operating system basic functions
Processor management
Storage management
Device management
File management
Job management
Operating system classification
Batch processing system (no interaction)
Time sharing system (interactive)
Real-time system (respond to external requests in a timely manner)
embedded operating system
personal computer operating system
single user operating system
multi-user operating system
Network operating system based on computer network
UNIX operating system multi-user multi-tasking
LINUX operating system multi-user multi-tasking
Distributed operating system computers are linked together through the network to achieve extremely high computing power and data sharing.
Dos operating system single user single task
Windows XP operating system single user multitasking
Windows 7 operating system multi-user multi-tasking
Main features of operating systems
Concurrency (multitasking simultaneously)
Sharability (shared resources)
Asynchronousness (randomness)
virtuality
Windows 7 basic shortcut keys
Alt+Tab Switch between programs or windows
Alt+Esc rotate program window switching
Win+Tab Switching of Showcase Program Window
Alt+F4 Close the current application or window
close the window
①Upper right corner✗
②Double-click the application icon
③Control menu icon (application icon)
Menu Bar
△/▲: Lower-level menu, submenu, cascading menu
…: Click to open a dialog box
√: Check menu, select multiple items
○: Single choice menu, only one item can be selected at the same time
scroll bar
It will appear automatically when it cannot be fully displayed. It cannot be set and will appear automatically.
dialog box
Dialog boxes are an important tool for interacting with users in Windows 7.
Can only be moved around the screen (move via title bar)
Can't change size
Cannot be reduced to taskbar icon
No maximization or minimization, no icon appears on the taskbar
A dialog box contains a series of controls. A control is an object with a standard appearance and standard operation methods.
clipboard
A temporary storage area opened in memory for the purpose of transmitting information
Dynamically variable according to the size of the content placed in it
Information that can be shared and transmitted can be text, numbers, symbols, graphics, images, sounds, etc.
Entire Screenshot PrintScreen
Active window screenshot Alt+PrintScreen
Windows7 desktop
The entire screen area displayed on the monitor is called the desktop
The desktop is the working window through which the user interacts with the computer
The recycle bin icon cannot be deleted
Shortcuts are essentially links
is a file with the extension .lnk
Quickly open associated applications or documents
Access any accessible item on your computer or network
task bar
Right-click on the task button bar to set the window stacking order
cascade
stack
side by side
Win+D: Quickly return to the desktop
"Start Menu
It stores most of the commands and all programs of Windows 7 and is the central control area of the operating system.
It is convenient to start applications, open folders, and perform various settings and management of the system.
Set shortcut
The essence of shortcut is - path link
Shortcut placed in desktop folder
Creation method:
Alt+drag
Right-click on "File" - Create shortcut - Move to desktop
Right-click the selected item - right-click "Send to" - "Desktop Shortcut" command
Right-click the mouse and drag the item to the desktop - click "Create shortcut at current location"
Shortcut relationship to original project
An original project can have multiple shortcuts
A shortcut with only one original project
Shortcuts can also create shortcuts and are exactly the same
Delete the shortcut, regardless of the initial project
Delete the initial project or move it, and the shortcut cannot be opened.
File and folder management
All programs and data are stored in external memory (disk) in the form of files
"Computer" and "Windows Explorer" to complete the management of files, folders, and other resources.
Task Manager: View processes
File refers to a collection of information stored in external memory
file name
The file name is the only identifier in the operating system that distinguishes different files.
File names cannot use \ | / < > *? : "
"Tools" - "Folder Options" - "View" tab Deselect "Hide extensions for known file types" to display the extensions for all files.
File or folder properties
Read only Hide
Read only After modification - Save - Prompt to save as
Hide Do not show in the Explorer window
Click the Advanced button Archive, Index Properties, Compression, Encryption
Folder Properties Dialog
"Sharing" tab, folder-specific properties
Files cannot be shared, folders can be shared
Network sharing of files
Shared folder
Share local printer
shared disk drive
Move copied files folder
Same disk Move Drag Copy Ctrl+Drag
Different disk Move Shift+drag Copy Drag
recycle bin
The recycle bin is a space on the hard disk that will not be lost when the power is turned off.
Press shift and drag to the Recycle Bin to delete directly.
Before deleting, hold down shift, click "Delete" and click "Yes" to delete directly.
shift+delete delete directly
Cannot be copied in the recycle bin, only cut
The cut can be moved to any position and "restored" to the original position.
Each disk has its own recycle bin
U disk files cannot be deleted and entered into the recycle bin
Deleting files from hard disk and mobile hard disk into the recycle bin
Recycle bin size can be customized, system folder
Compression of files and folders
Windows7 comes with a compressed file program.rar
Create a compressed "Send to" in the shortcut menu - "Compressed (zipped) folder" Windows 7 comes with .zip
Add and unzip
Add files to the compressed folder and drag directly
Unzip and double-click to open, press ctrl+c to copy to the clipboard, and then press ctrl+v to paste to a new location.
Disk performance optimization
Format the disk: Plan the storage space on the disk and create tracks, sectors and other information on the disk.
The new disk cannot be used without formatting
Complete full format: slow, clears all data and scans to check.
Quick Format: Fast, only clears data.
Disk Cleanup: Clean up junk files and increase disk free space
Disk Defragmentation: Rearrange fragmented data to improve read and write speeds.
Disk check: Check for logical errors and repair them.
control Panel
It is a graphical tool that comes with the operating system to view and modify system settings.
Can change the appearance and functionality of the system
Set up computer software and hardware systems
Adjust your computer's settings
systems and security
User Accounts and Family Safety
Network and Internet
Appearance and personalization
hardware and sound
clock, language, region
program
Date/time settings
Control Panel—Clock, Language, and Region Links
Time in the lower right corner of the taskbar
regional settings
Regional settings affect how dates, times, currencies, and numbers are displayed.
"Format" tab, set the display method of date, time, number, currency format and other data.
"Location" tab, set the user's location
Add and delete input methods
Third-party input methods not provided by the system need to be added through the corresponding installation program.
Users can add and delete input methods while using the system (only those that come with the system can be added and deleted)
Switch input method: ctrl+shift
Full half-width/half-width switching: shift+space
Switch between Chinese and English: ctrl+space
sound settings
The default sound format of Windows system is .wav
Customize your own sound, the sound file added should also be .wav
User Account
"User Account" Purpose: Protect each user's private data
Administrator account Default Administrator
Standard account can create User
Guest account Guest is disabled by default
Windows Utilities (Application Software/Applications)
Draw a picture
.Png gif animation jpeg (.jpg) picture taken by mobile phone
WordPad (single document)
A word processing program that can open word documents,
Save .rtf by default
Notepad (single document)
Word processing program, plain text, writable code,
Text file editor, save .txt by default
Snipping Tool Default.Png
Recorder default.wma
Numeric input panel allows handwriting input .exe
Application large exit small close
quit
① "Close" on the right side of the title bar
②Click the "File" tab and click "Exit"
③Double-click the control menu icon (application control icon)
④Click the control menu icon and select the "Close" command
⑤Alt+F4
closure
Close the corresponding document window without exiting the application
①Ctrl+W
② "File" tab - "Close"
Click "Close" in the "Backstage" view
Commonly used shortcut keys
Ctrl+W close
Alt+F4 exit
F12 Save As
Ctrl+O open
Ctrl+S / Shift+F12 Save
Ctrl+N New
Ctrl+P Print
Tabs and groups
User-defined tabs, commands, and groups can be created, deleted, renamed, and moved.
The system comes with: commands cannot be changed. Only commands cannot be changed, and groups can be deleted.
Open application document
Pop up dialog box
①Click the “File” tab—“Open”
②Ctrl+O Ctrl+F12
③ "Quick Access Toolbar"—Click "Open" to pop up a dialog box (it is an interaction)
Don't pop up the dialog box
In the Backstage view, click "Recently Used Files" and click the file to open it directly, which is the fastest
Ctrl+F6 switches between multiple open word documents
Navigation pane
Discover and improve search and navigation experiences
Keyword position, quick positioning, highlighting, finding the number of specific characters
Word document view
Page view
Reading layout view
Web layout view
Outline view
draft
show
Show only horizontal ruler: draft, web layout view
Show horizontal/vertical rulers simultaneously: Page view
Do not show views: Draft, Outline view
With margins: page view
New window: Open a new window containing the current document view (the two are the same document and can be modified together)
Split Pane: Split the current window into two parts to view different parts of the document at the same time. Up and down direction
Rearrange all: Tile all open program windows side by side on the screen (arranged top to bottom, different documents, no quantity required)
Side-by-side view: View documents side-by-side for easy comparison. (It can only be two documents, synchronized and compared)
Document editing
Insert default state: the text sequence behind the cursor moves backward
Rewrite The entered text replaces the text after the cursor position
insert insert rewrite mutual conversion
delete
backspace ← delete forward
delete → delete backward
For non-consecutive blocks of text
Backspace only deletes the last block
delete delete all
Insert symbols in the document
If there is no keyboard, enter by inserting symbols. Open the "Symbol Dialog" selection
Select text
Editing area
Click to locate
Double click word
Triple click paragraph
Ctrl+click sentence
selected column
Click on the current row
Double-click the paragraph
Three strikes full text
Ctrl+Click Full text
Word clipboard
Save up to 24 cuts or copies of content
Paste the default last content (previous content can also be pasted)
Cut, copy and paste multiple times
①Keep source format
②Merge format
③Keep only the text
Find and Replace
Navigation Pane (Find to open)
"View" - "Display" - "Navigation Pane" check box
Start-Edit-Find
Ctrl+F
Advanced search
Wildcard
Case-sensitive, full-width and half-width sensitive
Search range Up Down All (default)
Searchable: content, format (font, paragraph, style) special format (paragraph mark, any letters/numbers, graphics, page breaks/line breaks)
You can search and replace
replace
Ctrl+H (open dialog box)
Batch Edit
The cursor moves to
Beginning of line: Home
End of line: End
Start of file: Ctrl+Home
End of file: Ctrl+End
position
Ctrl+G (open dialog box)
Position—Page Section Line Bookmark Comment Footnote
Document proofreading
Spelling and grammar check F7
red words green words wavy lines
autocorrect
Improve typing and spell checking efficiency, auto-correct after typing
Simplifies input
File - Options - Proofing - AutoCorrect Options
Count
Review tab—Proofreading—Word count, pop up dialog box
You can also perform word count on any selected part of the content.
Format Painter
Home - Clipboard Group - Format Painter Button
Format brush cannot be brushed
① Full half-width ② Pinyin guide ③ Circled characters
Quickly clear formats
Start - Font group - "Clear format" button
Can't clear
① Full half-width ② Pinyin guide ③ Circled characters
Chinese layout
Merge characters: up to 6, combined into a whole, centered when less than 6
Two lines into one: no word limit, justified on both ends
Mixed vertical and horizontal arrangement
Alignment
Paragraph alignment: left, center, right, justified (default), scattered.
paragraph indent
Left indent, right indent, first line indent, hanging indent
First line indent: the amount of indentation from the starting position of the first character in the first line of a paragraph to the left of other lines in the paragraph
Hanging indent: The amount of indentation from the left side of the page for lines other than the first line in a paragraph.
Line and paragraph spacing
Leading: The distance between lines in a paragraph.
Paragraph Spacing: The distance between two adjacent paragraphs.
tab stop
Used to align entered text (vertical alignment)
Bullets and numbering
Home - Paragraph Group - "Bullets" "Numbering"
Applies to paragraph, added before paragraph
The bullets are in no order, and the numbers are in order.
Automatically generated numbers/bullets can be undone when a number/bullet has just appeared.
Click the Undo button
Press Ctrl+Z
Enter twice in a row
Add custom bullets
It can be symbols, pictures, fonts, and the color can be changed.
Add multi-level list
Clearly reflect the hierarchical structure
Applied before paragraphs, only numbering, no outline level
①Change list level
②Increase the indentation, Tab to reduce the list level
③Reduce the indentation, shift+Tab, and increase the list level.
Pagination
Can't change the format, just paging
Manual page breaks force paging and can be deleted
Automatic page break cannot be deleted
Sectioning
Page layout - the drop-down button on the right side of "Separator" in page settings - select the corresponding section break command.
Sections are independent editing units and can be set in different formats
Section breaks:
Next page: Insert page break, heart section starts on next page
Continuous: New sections start on the same page
Odd Pages Even Pages: Insert a section break and a new section starts on the next odd or even page.
After sectioning, you can set different formats for documents in different sections: margins, paper size/orientation, page borders, vertical alignment, headers, footers, columns, page numbering, line numbers, footnotes, and endnotes.
Divided into 2 sections, after deleting section breaks, adopt the format of section 2
Two paragraphs are combined into one paragraph, the font format remains unchanged, and the paragraph format adopts the first paragraph.
Columns
Column break: cannot be divided into columns, but can specify text to the next column
Default entire article
Page Layout—Page Settings—Click "Columns"
header footer
"Insert"—Header and Footer Group—Header Button
Different home page, different odd and even pages, display document text
The document has been divided into sections. Different headers and footers can be set for different sections of the document. The "Link to previous header" option is unchecked.
Header and footer cannot be set at the same time
Styles and templates
It is an important function provided by Word to quickly typeset documents.
Style is the sum of a series of layout formats that come with the Word system or are customized by users, including character formats and paragraph formats.
Creating a new template means creating a new document .dotx
A template is a file with style, background, and content set in advance.
Style: A collection of character formats and paragraph formats saved with meaningful names.
Template: A built-in template file containing fixed format settings and layout settings.
Adjust row height and column width word
①Quickly adjust mouse drag
②Accurately adjust table tools/layout—cell size
③Evenly adjust distribution rows and columns
④Automatic adjustment
The width of the selected cell can be adjusted, but the height of the selected cell cannot be adjusted.
Overall adjustment, drag the lower right corner, the height will change together, and the width will change by one
Insert and delete rows, columns, or cells
Insert Cell Dialog Box
Move active cell right
Move active cell down
Insert whole row (row above column left)
Insert entire column
delete
Delete cells (move left and move up)
Delete column
Delete row
Delete table