clothes?page=4 Crossword Puzzles
For The Big Guy Mr. T :) 2024-02-15
Across
- Layers - Separate levels that can hold different parts of an image, allowing for individual editing without affecting the rest of the image.
- Blend Modes - Determine how two layers blend with each other, creating various effects.
- Mask - A tool that allows you to hide or reveal parts of an image without permanently deleting anything.
- Link Panel - Displays the status of files (such as images) placed into the InDesign document, allowing for easy management of external resources.
- Preflight - A process that checks documents for problems that could prevent printing as expected.
- Photoshop
- Object - A layer that preserves an image's source content, enabling non-destructive editing.
- Slug - An area outside the page and bleed that contains printing instructions or information about the document.
- - The number of pixels per inch (PPI), which affects the quality and detail of an image.
- Brush Tool - A tool used to paint on an image, with various brush options available.
- Opacity - Controls the transparency level of a layer, allowing underlying layers to be seen through.
- Gradient Tool - Allows you to fill an area with a smooth transition between multiple colors.
- Dodge and Burn Tools - Used to lighten (dodge) or darken (burn) areas of an image, mimicking traditional darkroom techniques.
- Text Wrap - Controls how text flows around objects such as images or shapes.
Down
- Bleed - The area that extends beyond the edge of your page, ensuring no white margins appear when the document is trimmed.
- Pica - A unit of measure in typography, used particularly in InDesign for page, column, and margin settings.
- Grids and Guides - Non-printing lines that help align objects and text for precise placement.
- - Containers for text or graphics. InDesign uses text frames and graphic frames to hold content.
- - Softens the edges of a selection or shape for a smoother transition.
- Gutter - The space between columns in a page layout.
- Rasterize - Converts a vector graphic into a bitmap image, allowing for pixel-based editing.
- Filters - Pre-set effects that can be applied to images for artistic or correction purposes.
- Adjustment Layers - Layers that let you apply color and tonal adjustments to your image without permanently changing pixel values.
- Pen Tool - Creates precise paths that can be used for selection or creating shapes.
- Master Pages - Templates that you apply to pages for consistent layout and design across your document.
- Clipping Path - A path that is used to cut out an object in an image, allowing it to be placed on different backgrounds.
26 Clues: Photoshop • Gutter - The space between columns in a page layout. • - Softens the edges of a selection or shape for a smoother transition. • Text Wrap - Controls how text flows around objects such as images or shapes. • Pen Tool - Creates precise paths that can be used for selection or creating shapes. • ...
Computer Science Revision 2020-11-17
Across
- example of natural language interface.
- environment.
- memory is being used.
- on a touch-screen device.
- a problem that may occur when
- involves the computer responding to commands typed by the operator.
- a type of virtual machine designed to execute computer programs in a
- records read one after another
- series of menus and sub-menus which the user accesses by pressing buttons,
Down
- provides substitute for a real machine.
- is a combination of both sequential and direct access.
- find a page in the page table.
- gather data from a user.
- occurs when the processor
- a type of interface commonly used on websites
- the emphasis is put on using many simple
- basic unit of memory
- part of fetch execute cycle.
18 Clues: environment. • basic unit of memory • memory is being used. • gather data from a user. • on a touch-screen device. • occurs when the processor • part of fetch execute cycle. • a problem that may occur when • find a page in the page table. • records read one after another • example of natural language interface. • provides substitute for a real machine. • ...
Journalism Terms 2020-09-28
Across
- this type of yearbook structure is typically composed of sections such as student life, sports, academics, clubs/organizations, and people
- this spread is at the back of the book and finishes the story of the year and brings the book closure
- a unit of measurement in yearbook; there are six of these to an inch
- the date that completed yearbook pages are due at the Jostens plant
- accompanies the primary headline
- page-by-page planner that helps organize the content of a book
- the company that prints and publishes your yearbook
- the largest photo on the spread, must be a strong emotional or action shot to catch the attention of the audience
- tells the reader more about the photo than they can simply see
- empty space around content, often separating or framing topics
- a central idea or concept that sets the tone for telling the story of the year
- this type of yearbook structure progresses through time, rather than a traditional format
- introduces the reader to the page by summarizing the story of the page or highlighting its focus
- features the year's unique theme showcasing fonts, colors, and graphics that will be used inside the book
- usually 3-5 paragraphs, this tells about the events and gives more insight and detail than a caption
Down
- a portion of a spread containing a mini-design of photos and text
- an 8-page section of pages
- two facing pages, abbreviated DPS
- this spread is at the beginning of the book and introduces your theme
- spreads that indicate new sections and provide continuity with the theme
- this section provides a record of who is in the book and where the reader can find them
- short for "cut-out-background" photo
- lines,tints,screens, and textures that help emphasize specific areas within designs
- this website gives users the tools to create, sell, and promote their yearbook
- this is the invisible (or white space created) line that runs across the spread
- a 16-page section of pages
- the heavy paper between the cover and the first and last pages is used to hold the signatures in the yearbook
- the use of selected fonts to enhance the theme
- the ability to mark photos with names of individuals who appear in the photos
- page number with graphics or information
30 Clues: an 8-page section of pages • a 16-page section of pages • accompanies the primary headline • two facing pages, abbreviated DPS • short for "cut-out-background" photo • page number with graphics or information • the use of selected fonts to enhance the theme • the company that prints and publishes your yearbook • ...
cpe151_le2 2015-02-28
Across
- It is the hardware device that maps virtual to physical address.
- A condition for deadlock wherein it the act of allowing only one process to have access to a dedicated resource.
- A system call used by UNIX OS to create a new process.
- A type of scheduling policy that functions without external interrupts.
- A portion of a program that can run independently of other portions.
- A process state that executes last statement of the programs and asks the operating system to delete it (exit) or deallocate the resources.
- A type of communication wherein messages are directed and received from mailboxes.
- This is a set of pages residing in memory that can be accessed directly without incurring a page fault.
- A memory allocation scheme that dives each incoming job into pages of equal size.
Down
- It subdivides segments into pages of equal size, smaller than most segments, and more easily manipulated than whole segments.
- It occurs when there in an excessive amount of page swapping between main memory and secondary storage.
- It occurs when the requested page is not found in the memory.
- Concurrent transactions must be equivalent to serial execution - ________________.
- It is a part of a program that must complete execution before other processes can have access to the resources being used.
- A type of multiprocessing configuration wherein each processor has a copy of the OS and controls its own resources, and each can communicate and cooperate with others.
- A memory scheme wherein pages are brought into memory only as they are needed.
- The concept of this memory management is the separation of user logical memory from physical memory.
- It allocates the smallest hole that is big enough; must search entire list, unless ordered by size.
- A process wherein a resident page must be copied to the secondary storage (if modified) and writing the new page into the empty page frame.
- It is a condition wherein the system is affected as resources are being tied up.
20 Clues: A system call used by UNIX OS to create a new process. • It occurs when the requested page is not found in the memory. • It is the hardware device that maps virtual to physical address. • A portion of a program that can run independently of other portions. • A type of scheduling policy that functions without external interrupts. • ...
CA Excel 1 and 2 2020-08-06
Across
- a temporary storage area for selections you copy or cut
- the sheet currently displayed in the workbook window
- formats numbers as percentages with the % symbol after the number; you can change the number of decimal places that are shown
- shows how the sheet will look when printed, including headers and footers
- quickly inserts functions to sum, average, or count values in a range or find the minimum or maximum value in a range
- a background color that can be added to cells
- indicates how characters are emphasized (bold, italic, underline)
- letters in boxes along the top of the workbook window
- shows the contents of the sheet but not how the sheet will look printed
- pre-designed combination of font, font size, and font color that you can apply to a cell
- combine several cells into one cell
- copies and pastes formatting from one cell or range to another without duplicating any data
- a named operation that replaces the action of an arithmetic expression
Down
- a single sheet in a workbook file
- a line added along the edge of a cell, row, column, or table
- applies a format to a cell when its value meets a specified condition
- each intersection of a row and column form a box where you enter and store data
- rows and/or columns that are included on every page of the printout
- shows where page breaks will occur in the printed sheets
- formatting a cell based on its value, which helps draw attention to important or unusual results
- increases or decreases the magnification of the worksheet content
- the space between the page content and the edges of the page
- specifies the size of the text characters measured in units called points
- an expression that calculates a value
- numbers in boxes along the left side of the workbook window
- the appearance and shape of letters, numbers, and special characters
- the range or ranges in a worksheet that you specify to be printed
27 Clues: a single sheet in a workbook file • combine several cells into one cell • an expression that calculates a value • a background color that can be added to cells • the sheet currently displayed in the workbook window • letters in boxes along the top of the workbook window • a temporary storage area for selections you copy or cut • ...
Parts of A Yearbook Crossword 2022-09-09
Across
- The first thing that is seen, showing the theme of the book
- where the reader can easily find what pages they appear.
- Portion of a page/spread that as extra content
- Part of the cover that is seen when on a bookshelf
- Two facing pages with the same content
- used as a place for families to celebrate usually graduating students
- the separate sheets formed from the giant sheet
- the page-by-page planner used to track and identify content
- _____ lid Part of the cover where the initial design is seen
- Giant sheet of paper split into eight separate parts
Down
- the meaning of DPS
- heavy paper used to hold the yearbook together
- the content that is mandatory to put in a yearbook
- A single section with the opposite section featuring a similar yet different topic
- section where you find the faces of staff and students
15 Clues: the meaning of DPS • Two facing pages with the same content • heavy paper used to hold the yearbook together • Portion of a page/spread that as extra content • the separate sheets formed from the giant sheet • the content that is mandatory to put in a yearbook • Part of the cover that is seen when on a bookshelf • Giant sheet of paper split into eight separate parts • ...
Operating System-Unit 4 2019-07-01
Across
- To track of free disk space, the system maintains a_____list
- The mechanism that bring a page into memory only when it is needed
- Technique that allows the execution of processes that may not be completely in memory
- File type can be represented by
- When the processor needs to execute, the particular page and it it is not available in main memory
- Collection of related fields
- Which page replacement algorithm replace the page that will not be used for the longest period of time
- High paging activity
Down
- Random access is also known as_____access
- The instruction being executed, must be in:
- Abstract data type
- Basic element of data in file
- Remove an existing record which is specified by the user
- Series or collection of bites where each bits corresponds to an disk block
- Pages out pages that have used least used recently
15 Clues: Abstract data type • High paging activity • Collection of related fields • Basic element of data in file • File type can be represented by • Random access is also known as_____access • The instruction being executed, must be in: • Pages out pages that have used least used recently • Remove an existing record which is specified by the user • ...
MICROSOFT WORD BASICS 2025-10-23
Across
- : A pre-designed document used as a starting point.
- : The direction of the page, either Portrait or Landscape.
- : The blank space around the edges of a page.
- : The blinking vertical line that shows where text will appear.
- : The strip at the top of Word containing tabs and commands.
- : A set of formatting characteristics saved under one name.
- : The feature that finds and corrects misspelled words.
- : The command to insert cut or copied text.
Down
- : The style of text, like Arial or Times New Roman.
- : A feature that provides synonyms for a selected word.
- : Text that appears at the bottom of every page.
- : A recorded or programmed set of actions to automate a task.
- : A list with small dots or symbols before each item.
- : Text that appears at the top of every page.
- : A key used to indent a line or move to the next cell in a table.
15 Clues: : The command to insert cut or copied text. • : The blank space around the edges of a page. • : Text that appears at the top of every page. • : Text that appears at the bottom of every page. • : The style of text, like Arial or Times New Roman. • : A pre-designed document used as a starting point. • : A list with small dots or symbols before each item. • ...
setb 2024-11-29
Across
- coral draw
- Processing is the transformation of the input data to a more meaningful form (information) in the CPU
- It is a process that shrinks files so that less disk space is occupied.
- It refers to an error in your program. It prevent your code from running, or your code runs but doesn’t do what you want.
- Ctrl + M
- charles babbage
- Allows you to access the shared files or devices on different computers sharing a common network.
Down
- A page margin is defined as the area between the main content and the edges of the page.
- Changing Font style, Font size, Page Colour, Font Colour, Border etc. to make page attractive.
- Creating a mirror image of the selected shape or object.
- drive
- A type of software that searches various WebPages on the World Wide Web for particular information.
- telegram
- billgates
- A list of operations available to the user of a program
15 Clues: drive • telegram • Ctrl + M • billgates • coral draw • charles babbage • A list of operations available to the user of a program • Creating a mirror image of the selected shape or object. • It is a process that shrinks files so that less disk space is occupied. • A page margin is defined as the area between the main content and the edges of the page. • ...
Word Chapter II KKatsoulis 2016-10-11
Across
- Ctrl + C
- Ctrl + V
- Default style name for Microsoft Word
- You use this to correct mistakes
- an additional piece of info printed on the last page.
- Modern Language Association of America
- text and graphics that print at the bottom of each page in a document.
Down
- Ctrl + X
- An action that is set up for common tasks such as copying text or selecting everything.
- American Psychological Association
- an additional piece of info printed at the bottom of a page.
- text and graphics that print at the top of each page in a document.
12 Clues: Ctrl + X • Ctrl + C • Ctrl + V • You use this to correct mistakes • American Psychological Association • Default style name for Microsoft Word • Modern Language Association of America • an additional piece of info printed on the last page. • an additional piece of info printed at the bottom of a page. • text and graphics that print at the top of each page in a document. • ...
Keywords for ICT yr7 by RLG HotshoT 2012-03-20
Across
- A series of questions asked to lots of people.(6)
- Virtual ________ environment.(8)
- Modular Object Oriented Dynamic Learning Environment.(6)
- A personal storage device on your computer.(10)
- Acceptable use policy.(3)
- How well you can trust a website.(8)
- Allows you to store and retrieve information quickly.(8)
- A set of social conventions that facilitate interactions over networks.(10)
- A small part of something.(6)
Down
- An online service that focuses on building and reflecting the social networks among people.(3)
- _______ resource locator.(7)
- A piece of server software that allows users to freely create and edit web page content using any web browser.(4)
- Series of questions.(13)
- bullying The use of internet and related technologiesto harm other people in a delliberate way. (14)
- To search or look at something on the internet.(6)
- An internet site where people can hold a conversation via posted messages.(5)
- To search appropriate information to find the right answer.(8)
- To tell people information about themselves by posting information or pictures on a website.(4)
- Footprint A trail left by an entity's interactions in a digital environment.(17)
- Search ______.(6)
20 Clues: Search ______.(6) • Series of questions.(13) • Acceptable use policy.(3) • _______ resource locator.(7) • A small part of something.(6) • Virtual ________ environment.(8) • How well you can trust a website.(8) • A personal storage device on your computer.(10) • A series of questions asked to lots of people.(6) • To search or look at something on the internet.(6) • ...
Word 2010 Vocabulary 2015-08-26
Across
- Access Toolbar - A small, customizable toolbar that displays frequently used commands.
- bar - A row of information related to the current program. The status bar is usually located at the bottom of a window. Not all windows have a status bar.
- Layout view - A view of a document as it will appear in a Web browser. In this view, a document appears as one long page (without page breaks), and text and tables wrap to fit the window.
- processing - The writing, editing, and formatting of documents in a program designed for working primarily with text.
- - The orientation of a picture or page where the page is taller than it is wide.
- publishing - A process that creates pages by combining text and objects, such as tables and graphics, in a visually appealing way.
- - A tabbed page on the ribbon that contains buttons organized in groups.
- area - An area in a document’s left margin in which you can click and drag to select blocks of text.
- editing - A way of moving or copying selected text by dragging it with the mouse pointer.
- - A line, or lines, of content in the top margin area of a page in a document, that typically contain elements such as the title, page number, or name of the author.
- - Highlighting text or activating an object so that you can manipulate or edit it in some way.
- - A small representation of an item, such as an image, a page of content, or a set of formatting, obtained by scaling a snapshot of it. Thumbnails are typically used to provide visual identifiers for related items.
- - The orientation of a picture or page where the width is greater than the height.
- - A user interface design that organizes commands into logical groups, which appear on separate tabs.
- box launcher - On the ribbon, a button at the bottom of some groups that opens a dialog box with features related to the group.
- Shortcuts toolbar - A toolbar located at the right end of the status bar that contains tools for switching between views of document content and changes the display magnification.
Down
- - A representation on the screen of the mouse pointer location.
- view - A view that shows the headings of a document indented to represent their level in the document’s structure. You can also use outline view to work with master documents.
- Help button - The button located at the right end of the ribbon and labeled with a question mark (?), that provides access to the Word Help system.
- - An item, such as a graphic, video clip, sound file, or worksheet that can be inserted into a document and then selected and modified.
- - In word processing, a block of text of any length that ends when you press the Enter key.
- - The direction—horizontal or vertical—in which a page is laid out.
- - A note that appears on the screen to provide information about a button, tracked change, or comment, or to display a footnote or endnote. ScreenTips also display the text that will appear if you choose to insert a date or AutoText entry.
- Preview - A feature that temporarily displays the effect of applying a specific format to the selected document element.
- view - A document view that displays the content of a document with a simplified layout.
- format - The structure or organization of data in a file. The file format of a document is usually indicated by the file name extension.
- shortcut - Any combination of keystrokes that can be used to perform a task that would otherwise require a mouse or other pointing device.
- and Type - A feature that allows you to double-click a blank area of a document to position the cursor in that location, with the appropriate paragraph alignment already in place.
- - The blank space outside the printing area on a page.
- Layout view - A view of a document as it will appear when printed; for example, items such as headers, footnotes, columns, and text boxes appear in their actual positions.
- – A way of moving objects by pointing to them, holding down the mouse button, moving the mouse pointer to the desired location, and releasing the button.
- wrap - The process of breaking lines of text automatically to stay within the page margins of a document or window boundaries.
32 Clues: - The blank space outside the printing area on a page. • - A representation on the screen of the mouse pointer location. • - The direction—horizontal or vertical—in which a page is laid out. • - A tabbed page on the ribbon that contains buttons organized in groups. • - The orientation of a picture or page where the page is taller than it is wide. • ...
Michael Vey Book 2 Chapters 11-20 2025-03-10
Across
- What do the guards call the darts that they are using on the electric kids? (page 68)
- Which electric kid gets free from the truck's bands first? (Page 68)
- Name of the device that was in Jack and Wade's arm that the Elgen are using to track the kids (page 89)
- The kids are staying in Mitchell's _____ house. (page 104)
Down
- Who distracts the guards while Mckenna is heating up? (page 69)
- Name of the guard that sprays Zeus with a squirt gun (page 65)
- Name of the kid's house they are currently staying at (page 102)
- Name of the electric kid that helps Jack and Wade not feel as much of Michael's shock (page 96)
- Name of the country that Michael's mom is being held in (page 110)
9 Clues: The kids are staying in Mitchell's _____ house. (page 104) • Name of the guard that sprays Zeus with a squirt gun (page 65) • Who distracts the guards while Mckenna is heating up? (page 69) • Name of the kid's house they are currently staying at (page 102) • Name of the country that Michael's mom is being held in (page 110) • ...
The Irish News Young News Readers 2022-12-05
Across
- One in which the basic purpose is something other than news
- Statement made by another person, often placed in quotation marks
- A column featured on the ………….. page that expresses an opinion of the newspaper and encourages the reader to take action
- Tells the reader where regularly featured pages such as sports and weather can be found
- Formal statement of the newspapers name, officers, management and place of publication, usually on the editorial page
- Location where an event took place and sometimes the date, usually appears at the start of a story
- Newspaper stories are measured in ………….. inches
- First paragraph of a story that summarizes and/or grabs the reader’s attention
Down
- Large, type, written and designed to summarize a story and attract the readers’ attention
- Use of lines, screens, boxes and large first letters to break up areas of space on the page
- Line that tells the reader on which page a story is continued
- Name of the newspaper as it appears at the top of page one
- Information provided about an event shortly after it occurs
- Explains what is happening in a photograph
- Tells us who wrote the story, may include the writer’s title
15 Clues: Explains what is happening in a photograph • Newspaper stories are measured in ………….. inches • Name of the newspaper as it appears at the top of page one • One in which the basic purpose is something other than news • Information provided about an event shortly after it occurs • Tells us who wrote the story, may include the writer’s title • ...
ACG Weekly Crossword 2025-08-19
Across
- St Paul's has a bumblebee
- Lee sued GWR for leaking personal
- The OFFICIAL easiest IGCSE subject (not maths)
- The name of the TBC team that beat ACG
- Both these students are leaving ACG
- The Tough Guy & ___ is a bi-annual mud run
Down
- How do you cure a ginger?
- This sports week is coming up soon
- Mr Shaw gets a 10 for this
- This day happens 4 times per year at ACG
- ACG Not-Athletic is creating a new ___ instead of moves
11 Clues: How do you cure a ginger? • St Paul's has a bumblebee • Mr Shaw gets a 10 for this • Lee sued GWR for leaking personal • This sports week is coming up soon • Both these students are leaving ACG • The name of the TBC team that beat ACG • This day happens 4 times per year at ACG • The Tough Guy & ___ is a bi-annual mud run • The OFFICIAL easiest IGCSE subject (not maths) • ...
Page 93 2021-02-09
16 Clues: noise • to hit • a slap • to tear • to meet • to stop • to hold • to break • to fight • to have to • to receive • to be lucky • idiot/stupid • from all sides • to fly/be thrown • to become/to get
Page 1 2024-09-13
asp.net 2012-07-12
Across
- control is used to write simple text on the page, you can use server side formatting options like bold, italic, underlined.
- posting is used to post data from one page to other
- copies only structure of a table and not the data
- stores the page state in a hidden field
- controls displays all validation messages
- a label gets rendered into ____ html control
Down
- object is used to store application specific data into server memory.
- the initial value of required field validator need to be set for _______ control
- control can be used across multiple web applications
- a property to validate page
- page event where masterpage can be changed dynamically
11 Clues: a property to validate page • stores the page state in a hidden field • controls displays all validation messages • a label gets rendered into ____ html control • copies only structure of a table and not the data • posting is used to post data from one page to other • control can be used across multiple web applications • ...
Michael Vey (Book 1) - Unit 3 2024-01-29
Across
- One of Taylor's powers - she can make you forget what you were doing/thinking (page 40)
- Michael and Taylor admit that their skin will ____ in the dark (page 40)
- Vocab word meaning messy
- Vocab word meaning a curve
- Vocab word meaning to do the same thing at the same time
- Michael, Taylor and _____ are in a secret club (page 42)
Down
- Vocab word meaning a long speech
- Vocab word meaning something respected or honored
- Taylor goes with Michael to ____ before they go to her house (page 34)
- Vocab word meaning to stop until another time
- Taylor can also read ____ if she is touching you.(page 42)
11 Clues: Vocab word meaning messy • Vocab word meaning a curve • Vocab word meaning a long speech • Vocab word meaning to stop until another time • Vocab word meaning something respected or honored • Vocab word meaning to do the same thing at the same time • Michael, Taylor and _____ are in a secret club (page 42) • Taylor can also read ____ if she is touching you.(page 42) • ...
News and Newspaper Terms 2022-03-01
Across
- edit Review text for accuracy in grammar, usage, punctuation and facts.
- Unit used to measure sizes of type and rule lines.
- Caption accompanying a photo.
- service Company or cooperative that sells stories and photos and sends them via satellite or computer to member newspapers.
- illustration Photograph altered electronically, usually for an artistic effect.
- Lines of type and sometimes art referring readers to stories inside the newspaper.
- writer Writer who covers a “beat,” or a specific topic, place or team.
- Small picture on a computer display suggesting purpose of an available function.
- line Line of varied point size or thickness used to separate stories or surround text or images.
- Process of designing and producing a full page on a computer.
- Article located on the editorial pages, stating the opinion of the newspaper, its management, readers or other people.
- Person responsible for overall operation of a news organization.
- writer One employed by the newspaper.
- A listing, usually on the first or second page, referring readers to stories and sections throughout the newspaper.
- Vending machine containing newspapers.
- column Advice written for readers on different topics, such as investing, interpersonal issues and so on.
- Line at the beginning of a story that gives place and date of the story’s origin.
- hole Amount of space in a newspaper for news after ads have been placed.
- quote Quote from a story that is often boxed and printed in type larger than the story text.
- meeting Daily gathering in which newsroom staff members discuss the story schedule for the next day.
- page Page opposite the editorial page containing letters to the editor, editorial cartoons or columns written by staff members and guest writers.
- design Rectangular units of text and images.
- Critic’s report of a book, movie, television show, performance or restaurant.
- Events and information that readers want and need to know immediately; information that might have an impact on people’s lives.
- Box of information, usually on the editorial page, containing the name of the newspaper, its ownership and management.
- Amount of space between lines of type.
- Newsroom staff member engaged in gathering and processing information for publication.
- Plan or sketch of each page indicating where photos, articles, ads and headlines will be placed.
- News story about a death, distinguished from a death notice because it is produced in the newsroom, not the advertising department.
- Writer of a column that appears regularly offering opinions on current events.
- Name of the newspaper, typically placed in large letters atop the page.
Down
- To bring an item, such as text or an image, from one software application to another.
- Writer’s name at the beginning of the article.
- Information from a source outside the newspaper leading to a news story.
- Graphic representation of information.
- story One in which the basic purpose is something other than news.
- Style, point size and leading of type.
- News service that sells columns, comics and specialty features to newspapers nationwide.
- ad Larger ad that often includes photography or art and text
- Name of the newspaper on Page One, set in a particular style of type for easy recognition.
- ad (or “want ad”) People-to-people advertisements for items that individuals or businesses are seeking or want to buy or sell, i.e., a job, vehicle or house.
- Short headline and phrase on a front page to lure readers to inside pages.
- space Empty space sometimes used on a page as a design element to break up text.
- One of a number of versions of a newspaper issued in one day.
- information Information gathered about an event through direct experience.
- notice Paid ad announcing a death, often including funeral arrangements and sometimes biographical information.
- correspondent A journalist who gathers news outside the United States.
- To remove a story or ad.
- credit Byline crediting the photographer for a photo.
- Practice layout of a page showing shape, format and general content of text, headlines and art.
- Activity of attracting public attention to a product or business, i.e., paid announcements in print or on air.
- Total number of people who subscribe to the newspaper or buy it at a newsstand or other outlet.
- department Responsible for sale and distribution.
- First paragraph of a story, designed to give readers the most important information and “lead” them to continue reading.
- Exclusive story that no other newspaper has.
- To revise, proofread, write a headline or approve a story for publication.
- To adjust a photo or image to fit a specific space.
- story Article including important details about a newsworthy event.
58 Clues: To remove a story or ad. • Caption accompanying a photo. • writer One employed by the newspaper. • Graphic representation of information. • Style, point size and leading of type. • Vending machine containing newspapers. • Amount of space between lines of type. • design Rectangular units of text and images. • Exclusive story that no other newspaper has. • ...
Getting Started 2023-02-05
Across
- These are positioned at the top and left side of the pasteboard to help you align objects
- The invisible line on which text sits
- A typographical design solution in which text is used at a larger point size and positioned prominently on the page
- When you connect the bottom edge of one panel to the top edge of another panel, so that both move together
- These are guides that you specify to appear at a given distance within the page, usually to maintain visual consistency from page to page
- A design element in which the first letter or letters of a paragraph are increased in size to create a visual effect
- This mode presents a view of your document as though it were being showcased on your computer monitor
- These are horizontal and vertical rules that you can position anywhere in a layout as a reference for positioning elements.
Down
- The arrangement of windows and panels that you see on your monitor is called the...
- This affects the spaces between letters, but it is applied globally to an entire word or paragraph
- The area surrounding the document
- The term used to describe the vertical space between lines of text
- This mode shows you what your page would look like with all non-printing elements removed
- In this mode you can see any and all page elements, including margin guides, ruler guides, frame edges, and the pasteboard
- Moves words down to the next baseline but does not create a new paragraph
- Horizontal, vertical, or diagonal lines
- These are rectangular, oval, or polygonal shapes that you use for a variety of purposes, such as creating a colored area on the document or placing text and graphics
- The longstanding process of increasing or decreasing space between a pair of characters
18 Clues: The area surrounding the document • The invisible line on which text sits • Horizontal, vertical, or diagonal lines • The term used to describe the vertical space between lines of text • Moves words down to the next baseline but does not create a new paragraph • The arrangement of windows and panels that you see on your monitor is called the... • ...
Word Processing 2019-02-21
Across
- is a file created by a spreadsheet program
- the first sheet of paper containing information about what is being sent bya fax transmission
- is to choose u nique file name for the current version of a document
- is to create a space from the left hand sile of the page that indicates the beginning of a new paragraph
- is collection of information stored electronically
- is the space at the top, bottom, left, and right edges of a page
- a file is to store the current vesion of for future retrival
- is the amount of space between lines of text on a page
- something is to make it or bring it into existence
- a small card containing contact information for an individual or company
- is a tool that allows writers to make sure that there are no spelling or grammatical errors in a document
- a document or file in a computer that is already formatted in a certain style and with fieds prepared for users to enter data inton
- a description ar account of a meeting, information,or findings
- a chart for organizing the days, weeks and months of a year or a schedule of appointments and events
- an action is to reverse the last change made in a document
- it is slated to the right
- a file or program is to access its contents or start it
- document, it has no information entered into it
- a function or field of text is to choose or mark it
- is a short letter or written communication
Down
- text, then it is thick so that the text stands out to the reader
- a word processing file
- the creating, editing, and printing of documents or a computer
- of the page is the page is the middle of the page, with equal spacing on the right and left from the margins of the page
- a style or shape of text
- a schedule or a list of matters that must be taken care of
- is a system for recording hoursworked by employees
- is information used for analysis
- text is to make a line under words
- somenthing is to evaluate it
- a document is to make changes to it
- a section of text is to place it into a document
- an action is to repeat the last change to a document
- is a vertiocal space on a page
- a field of text is to remove it from a document altogether
- a summary of work experince, skills, and education
- a dot or shape at the left of a line of text
- a section of text is to remove it from its place in a document
- a document or program is to put it away or end it
- a sectiom of text is to duplicate it to the clipboard
40 Clues: a word processing file • a style or shape of text • it is slated to the right • somenthing is to evaluate it • is a vertiocal space on a page • is information used for analysis • text is to make a line under words • a document is to make changes to it • is a file created by a spreadsheet program • is a short letter or written communication • ...
BCA Vocabulary 1 Review 2021-08-24
Across
- Shows buttons to perform frequently used commands with a single click.
- Any information at the top margin of a page that is repeated on every page like a book title or author name or page number.
- A large initial letter that drops below the first line of a paragraph, usually used at the beginning of a section or chapter of a book.
- A file format that provides an electronic image of text or text and graphics that looks like a printed document and can be viewed, printed or emailed.
- A word processor program developed by Microsoft for typing documents.
- Automatically checks spelling and indicates any misspelled or potentially misspelled words by including a wavy red line below the affected word.
- The edge or border of something.
- A cool way to represent your information -- organization charts, flow charts, Venn diagrams, pyramids, etc.
- Any information at the bottom margin of a page that is repeated on every page like a page number or file name.
- An extra piece of information printed at the bottom of a page.
- To move under or reduce a bullet point to a lower position or rank.
- Also known as comments, these are notes other people can leave you on your document.
- In word processing, a paragraph that has all lines but the first indented.
Down
- A set of formatting characteristics, such as font name, size, color, paragraph alignment and spacing that lets you quickly and easily apply a set of formatting choices consistently throughout your document.
- Use this Gallery to create, store, and find reusable pieces of content, including AutoText, document properties such as title and author, and fields.
- A halt point for tabbing placed at regular intervals (for example, every half inch).
- A list of information with a circle or dot next to each short phrase or sentence.
- Indent on the first line of the paragraph, all other lines of the paragraph below are not indented.
- To combine outside data like names and addresses into a Word document such as a letter or envelope.
- This is a disruption indicating that any text which follows after the disruption should be displayed on the next page in your document.
- A note printed at the end of a book or section of a book
- Where you manage your slideshow’s data and information— create, save, and send documents, inspect documents for hidden stuff or personal information and set options such as turning on or off AutoComplete.
- A short phrase or titles describing a picture, chart or table
- To advance or raise a bullet point to a higher position or rank.
- The horizontal space at the top of the window that organizes commands on tabs, and then groups the commands by topic. It’s where all of your tabs and menus are.
25 Clues: The edge or border of something. • A note printed at the end of a book or section of a book • A short phrase or titles describing a picture, chart or table • An extra piece of information printed at the bottom of a page. • To advance or raise a bullet point to a higher position or rank. • To move under or reduce a bullet point to a lower position or rank. • ...
Legacy Volume 12, Crossword Puzzle 2024-01-22
Across
- Who (First and Last Name) was disguised as the Grinch during this school year's Winter festival (Hint: see page 83 and see if you can figure it out!)
- Who is Christ-Ismael's celebrity look alike? (Hint: see page 44)
- What club (Club's name only) is showcased first in this Yearbook? (Hint: page 13)
- Which staff member (First and Last Name) brought their dog to the first ever 2024 Winter Wonderland Festival hosted by the Senior Committee? (Hint: page 82)
Down
- What is the name of Adriana's home country? (Hint: see the bottom of page 65)
- What is our principals full name?
- Who (First and Last Name) is the girl to have celebrated her 15th wearing a blue dress? (Hint: see page 62)
- How many Seniors are there in this year's graduating class? (Hint: go to page 112 and start counting!)
- Which special Spring I.S.D. staff (First and Last Name) was invited to the Hispanic Heritage Festival? (Hint: see bottom of page 89)
- What is the name of Kiahriyah's pet Axolotl? (Hint: see page 81)
10 Clues: What is our principals full name? • What is the name of Kiahriyah's pet Axolotl? (Hint: see page 81) • Who is Christ-Ismael's celebrity look alike? (Hint: see page 44) • What is the name of Adriana's home country? (Hint: see the bottom of page 65) • What club (Club's name only) is showcased first in this Yearbook? (Hint: page 13) • ...
Y8 Globalisation and Fast Fashion 2026-01-09
Across
- Transport method used to move goods across oceans
- To keep something going without damaging the environment
- Money paid to workers
- Goods made in one country and sold to another
- A person who buys goods
- A method of transporting goods by plane
- A cheap, quickly produced item of clothing
- A system where countries depend on each other
- A natural fibre used to make clothes
- A factory where clothes are made
- Environmentally friendly; reduces harm
- Where goods are bought and sold
- A shop that sells clothes
- A long journey clothes make from factory to shop
- A place where old clothes are collected
Down
- A worker paid very little for long hours
- A harmful gas released by transport and factories
- The chain of processes involved in producing goods
- The price paid to make or buy something
- A country where many fast fashion clothes are produced
- Products made with reduced environmental impact
- Moral principles guiding decisions about right and wrong
- To join pieces of fabric together
- To use something again instead of throwing it away
- The buying and selling of goods between countries
- A material made from oil, used in cheap clothing
- A type of pollution caused by chemicals in rivers
- People who work, often in factories
- The movement of people, goods, and ideas around the world
- A global company operating in many countries
- Cloth or fabric used to make clothes
31 Clues: Money paid to workers • A person who buys goods • A shop that sells clothes • Where goods are bought and sold • A factory where clothes are made • To join pieces of fabric together • People who work, often in factories • A natural fibre used to make clothes • Cloth or fabric used to make clothes • Environmentally friendly; reduces harm • The price paid to make or buy something • ...
Adobe 2021-05-13
Across
- allowing words in your paragraph to be hyphenated to help with the flow of your lines; you can also set guidelines for these to limit how many words can be hyphenated in a paragraph and where the hyphen is inserted in a word
- used for print only, extra space in addition to your page size that’s cut off when artwork “bleeds” to the edge of the page, so you don’t have any white border
- any horizontal lines used as a divider and printed on the page
- regulations for where line breaks can occur, so you can avoid widows / orphans and keep a certain number of lines in a paragraph together at all times
- a typographical term for the spacing of letters
- when the amount of text in your text box is more than the size of your frame and overflows into a second text box
- a group of notes shown at the end of an entire document that each refers to a reference number made in the text
- a note shown at the bottom of a page that refers to a reference number made on that same page in the text
- mini templates you can create and use throughout your document for pages that have repeated content on them, like a page number or footer
- the thin colored lines on your IND document that do not appear on your final document, but are just used for aligning objects on your page or showing where the margins are placed
- every character in a typeface, (e.g: G, $, ?, 7), is represented by a glyph; this includes all capital and lowercase letters, numbers, and symbols
- alignment of either one or both edges of your text to either left, right, center, left justify, right justify, center justify, or full justify
- large initial capital letter, often used to set off the first paragraph of an article. - insert tab
- extra space on the outside of your document, different from bleed, used to show markings or notes for the printer
- the negative space around the inside of a page, a safe zone for all content / text / images
- is adding white to a color to make it lighter
- the command center for modifying paragraphs or blocks of text
Down
- any horizontal line used as a divider and printed on the page
- the invisible box that an object, link or text is contained within
- when a paragraph is cut off and the remainder is bumped (or reflowed) to the next line
- a small section of text pulled out and quoted in a larger font size;used to draw attention
- adjusts the space between any two letters while tracking affects the spacing for more than two letters
- refers to the transparency of a color
- a single word left by itself on a line of text at the end of a paragraph, or a single line of a paragraph left on a page by itself at the beginning or end of the paragraph
- a pre-set of settings and formatting that can be applied to a word, a line of text, or an entire paragraph in one click
- when any part of a text box is cut off and the remainder is bumped (or reflowed) to the next text box / frame
- when a section of text is cut off and the remainder is bumped (or reflowed) to the next page
- a chart of data or information organized in cells on a grid; tables can have their own set of styles, similar to character and paragraph styles
- the label at the top or bottom of a page in a book, magazine, or other long-form document that could include things like the name of the publication and/or the chapter or section name, the author's name, a website or copyright line, etc.; usually appears next to the page number
- order in which you work in a program as you’re designing a project
- a new window that opens for you to edit copy without seeing all the formatting; mainly for convenience if the style of text is making copyediting difficult for you; it does show symbols for all breaks, indents, and tabs
- a type of grid with parallel or horizontal lines that is useful when creating negative space in a design
- a pull quote or other sidebar-type part of your layout that is separate from your body text
- an outside file (separate from your IND file) that is placed in your IND document (for example: a JPG of an image, an EPS of a logo, or a even a PSD or AI file); this feature is what really brings the 3 main Adobe programs together to work seamlessly and expand your possibilities for design
- two pages shown side-by-side, also known as a spread – used for documents that will be printed and bound
35 Clues: refers to the transparency of a color • is adding white to a color to make it lighter • a typographical term for the spacing of letters • any horizontal line used as a divider and printed on the page • the command center for modifying paragraphs or blocks of text • any horizontal lines used as a divider and printed on the page • ...
page 22 2016-01-25
16 Clues: folgen • Aussage • sexuell • Faltblatt • körperlich • unerwünscht • kritisieren • etw aufnehmen • vor etw stehen • Rabatt, Nachlass • privat, eigene/r/s • Technik, Technologie • von etw herunterfallen • vorige/r/s, vorherige/r/s • jdn (fristlos) entlassen, jdn feuern • sich über etw auf dem Laufenden halten
Page 95 2021-02-09
16 Clues: far • mean • early • still • often • to aim • a part • a liar • boredom • marbles • to crush • to cheat • to pick up • covered of • to put away • to call/ask someone
page 18 2023-12-03
page 5 2026-02-03
Across
- - Two things that go together
- - Instructions that tells a computer what to do
- - The organized whose job to keep the law
- - A picture taken with camera
- - A social gathering for celebration
- - A specific way of considering a matter
- - Somthing what is availble for everyone
- - To keep somthing safe from danger
- - Strenght
Down
- - The reason why someone does somthing
- - Guess somthing
- - To put the words or image on the paper using printer
- - Actions that occurred before the present moment
- - Place or location
- - Famous
- - The trophy you get for winning
16 Clues: - Famous • - Strenght • - Guess somthing • - Place or location • - Two things that go together • - A picture taken with camera • - The trophy you get for winning • - To keep somthing safe from danger • - A social gathering for celebration • - The reason why someone does somthing • - A specific way of considering a matter • - Somthing what is availble for everyone • ...
Yearbook Terms 2021-09-12
Across
- This spread is at the back of the book and finishes the story of the year and brings the book closure.
- Introduces the reader to the page by summarizing the story of the page or highlighting its focus.
- Tells the reader more about the photo than they can simply see.
- This website gives users the tools to create, sell and promote their yearbook.
- This section provides a record of who is in the book and where the reader can find them. Theme A central idea or concept that sets the tone for telling the story of the year.
- A unit of measurement in yearbook. There are 6 of these to an inch.
- An 8-page section of pages.
- Spreads that indicate new sections and provide continuity with the theme.
- This section highlights activities that take place in the lives of students in and outside of school.
- This type of yearbook structure is typically composed of sections such as student life, sports, academics, clubs/organizations and people.
- Two facing pages, abbreviated ‘DPS’.
- This type of yearbook structure progresses through time, rather than a traditional format.
Down
- Lines, tints, screens and textures that help emphasize specific areas within designs.
- A 16-page section of pages.
- The heavy paper between the cover and the first and last pages is used to hold the signatures in the yearbook.
- Features the year’s unique theme showcasing fonts, colors and graphics that will be used inside the book.
- Accompanies the primary headline.
- Usually 3-5 paragraphs, this tells about the event and gives more insight and detail than a caption.
- The company that prints and publishes your yearbook.
- This is the invisible (or white space created) line that runs across the spread.
- A portion of a spread containing a mini-design of photos and text.
- Page-by-page planner that helps organize the content of a book.
- Empty space around content, often separating or framing topics.
- The use of selected fonts to enhance the theme.
- The date that completed yearbook pages are due at the Jostens plant.
- The ability to mark photos with names of individuals who appear in the photos
- The largest photo on the spread, must be a strong emotional or action shot to catch the attention of the audience.
- This spread is at the beginning of the book and introduces your theme.
- Page number with graphics or information.
- Short for ‘cut-out-background’ photo.
30 Clues: A 16-page section of pages. • An 8-page section of pages. • Accompanies the primary headline. • Two facing pages, abbreviated ‘DPS’. • Short for ‘cut-out-background’ photo. • Page number with graphics or information. • The use of selected fonts to enhance the theme. • The company that prints and publishes your yearbook. • ...
SHOPPING 2022-11-21
Across
- the long line in the shop
- 20zl instead of 40zl
- no physical contact is necessary
- you can pay by card or by...
- place in the shop, where you can wear clothes
- 4-number code of the card
Down
- you have it after every shopping
- giving one thing and receiving another
- the card you give someone
- returning of the money
- place where you can withdraw money
- debit or credit
12 Clues: debit or credit • 20zl instead of 40zl • returning of the money • the long line in the shop • the card you give someone • 4-number code of the card • you can pay by card or by... • you have it after every shopping • no physical contact is necessary • place where you can withdraw money • giving one thing and receiving another • place in the shop, where you can wear clothes
clothing 2025-03-17
Across
- this can keep you warm over your shirt
- you recycle ____
- you pay with this
- you have these on jeans jackets
- all of your money is kept in one piece on a ________
- blue, pink, and yellow are
Down
- this holds your cards and cash
- clothes have different textures and ______
- shirts can be made with this material
- jeans have 4 of these
- if something is easy it is_____
- jewelery is ______
12 Clues: you recycle ____ • you pay with this • jewelery is ______ • jeans have 4 of these • blue, pink, and yellow are • this holds your cards and cash • if something is easy it is_____ • you have these on jeans jackets • shirts can be made with this material • this can keep you warm over your shirt • clothes have different textures and ______ • ...
Unit 5 Opener Crossword 2026-02-02
Across
- The raised part on the bottom of a shoe that makes you taller.
- A piece of clothing made of thin, stretchy material that covers the legs and feet.
- A general word for material used to make clothes, like cotton or wool.
- A long, narrow piece of cloth worn around the neck under a shirt collar.
- The verb used to describe having clothes, jewelry, or glasses on your body.
- A soft, warm piece of clothing with long sleeves, often worn for exercise.
- Clothes that are useful and comfortable for a specific job or activity.
- To get a new piece of clothing because the old one is broken or lost.
- A noun used to describe someone's specific style or appearance.
Down
- A period of 100 years; fashion changes a lot during this time!
- A specific set of clothes that all students or workers in a group must wear.
- A set of clothes made of the same fabric, usually a jacket and trousers.
- up To put on your best or most expensive clothes for a special event.
- The style of clothing for very serious or important events, like a wedding.
- Comfortable clothes you wear at home or with friends, not for a party.
- The strong, thick cotton fabric used to make blue jeans.
- The popular style of clothes, hair, or behavior at a specific time.
- Popular trousers made of strong blue cotton, often worn every day.
18 Clues: The strong, thick cotton fabric used to make blue jeans. • A period of 100 years; fashion changes a lot during this time! • The raised part on the bottom of a shoe that makes you taller. • A noun used to describe someone's specific style or appearance. • Popular trousers made of strong blue cotton, often worn every day. • ...
Tasin 2012-10-09
Across
- somthing that brodcasts program. (page 3)
- cream somthig thats yummy and cold. (page 17)
- your mums sister. (page 11)
Down
- you do this when you go to the mall. (page 12)
- it is a nother word for mum. (page 5)
- swup somthing for somthing ells. (page 3)
- going really fast. (page 16)
- you watch somthing in this. (page 3)
8 Clues: your mums sister. (page 11) • going really fast. (page 16) • you watch somthing in this. (page 3) • it is a nother word for mum. (page 5) • swup somthing for somthing ells. (page 3) • somthing that brodcasts program. (page 3) • cream somthig thats yummy and cold. (page 17) • you do this when you go to the mall. (page 12)
D1-2 2024-12-09
Unit 1 2021-10-01
Across
- (Adjective) not capable of serious thoughts
- heels shoes that women mostly wear
- (adjective)highly advanced
- sport jacket, can be waterproof
- clothes that you wear under your main clothes
- accessory which you wear on your neck
- type of material for clothes
- (noun) a process of learning something
Down
- a thing done successfully
- (Adjective) dirty or untidy
- clothes that could be wore by both genders
- (noun) a line of people awaiting for something
- piece of clothing
- (noun) box where you can put your clothes
- skinny in nicer way
15 Clues: piece of clothing • skinny in nicer way • a thing done successfully • (adjective)highly advanced • (Adjective) dirty or untidy • type of material for clothes • sport jacket, can be waterproof • heels shoes that women mostly wear • accessory which you wear on your neck • (noun) a process of learning something • (noun) box where you can put your clothes • ...
Egypt 2015-10-09
Across
- longest river in the world
- preserved animal or human body
- animal that would harm farmers washing clothes
- large animal that would sometimes flip boats
- title for an ancient egyptian king
Down
- a triangular fertile deposit
- a stone structure with 4 triangular sides
- 2nd main burial place for royalty
- person who would copy important information
- pharaoh whose grave wasn't looted
- the first mummy
- the nile would do this yearly
12 Clues: the first mummy • longest river in the world • a triangular fertile deposit • the nile would do this yearly • preserved animal or human body • 2nd main burial place for royalty • pharaoh whose grave wasn't looted • title for an ancient egyptian king • a stone structure with 4 triangular sides • person who would copy important information • ...
Semester 1 Journalism Vocabulary 2023-08-14
Across
- an unedited proof of a story (what gets sent to the first round of editing)
- Journalism focusing on changing public attitudes and policy-making agendas
- 12 pt. Font. The standard measurement in yearbook. A pica equals 1/6 inch. Typically there is one pica or 1/2 pica of space between photos and copy.
- A page on which newly set copy is reproduced to make possible the correction of errors.
- Abbreviation for the page OPPOSITE the EDITORIAL page. The page is frequently devoted to opinion columns and related illustrations
- Passing off as one's own the ideas and words of another.
- The line at the beginning of an article which provides the date and the origin of the story.
- Stating Who Said Something - giving credit
- Photos that are captured without posing your subjects or distracting them from what they’re doing. They’re great for capturing everyday aspects of school life.
- The content of an article or news element
- Any descriptive or explanatory material under a picture
- An article in a newspaper or other periodical or on a website presenting the opinion of the publisher, writer, or editor.
- area assigned to a reporter for regular coverage
- an interview in which the interviewee wish to remains anonymous in publishing
- reporting that ignores or treats lightly negative news about friends of a reporter
- Extra space around your page that is intentionally printed, then trimmed by the printer. The standard bleed size is 1/8 inch, and is usually used to allow for movement the paper during printing
- element on a page that immediately attracts a reader’s attention.
Down
- story emphasizing the human or entertaining aspects of a situation - a news story or other material differentiated from straight news
- spot news; live and current news in contrast to features - no opinion, just fact
- The final stage of the writing process when the paper is evaluated for mechanical correctness, such as grammar, punctuation, spelling, omitted words, repeated words, spacing and format, and typographical errors
- The first paragraph in a news story.
- a short piece of text placed under/ beside a picture in a social media post, magazine, book, or newspaper that describes that specific picture or explains what is happening in the picture
- printed title of a newspaper on page one
- The who, what, when, where and why appear at the start of a story, followed by supporting details and background information
- Abbreviation for “paragraph”
- a paragraph that explains the context of the story
- story a reporter has obtained to the exclusion of the competition
- headline across or near the top of all or most of a newspaper page
- name of the reporter who wrote the story placed atop the published article
29 Clues: Abbreviation for “paragraph” • The first paragraph in a news story. • printed title of a newspaper on page one • The content of an article or news element • Stating Who Said Something - giving credit • area assigned to a reporter for regular coverage • a paragraph that explains the context of the story • Any descriptive or explanatory material under a picture • ...
Microsoft Vocab 2022-08-09
Across
- A large initial letter that drops below the first line of a paragraph, usually used at the beginning of a section or chapter of a book.
- A list of information with a circle or dot next to each short phrase or sentence.
- The horizontal space at the top of the window that organizes commands on tabs, and then groups the commands by topic. It’s where all of your tabs and menus are.
- Any information at the bottom margin of a page that is repeated on every page like a page number or file name.
- A note printed at the end of a book or section of a book
- Shows buttons to perform frequently used commands with a single click.
- Any information at the top margin of a page that is repeated on every page like a book title or author name or page number.
- Automatically checks spelling and indicates any misspelled or potentially misspelled words by including a wavy red line below the affected word.
- A short phrase or titles describing a picture, chart or table
- In word processing, a paragraph that has all lines but the first indented
- A set of formatting characteristics, such as font name, size, color, paragraph alignment and spacing that lets you quickly and easily apply a set of formatting choices consistently throughout your document.
Down
- Indent on the first line of the paragraph, all other lines of the paragraph below are not indented.
- To advance or raise a bullet point to a higher position or rank.
- The edge or border of something
- A file format that provides an electronic image of text or text and graphics that looks like a printed document and can be viewed, printed or emailed.
- A halt point for tabbing placed at regular intervals (for example, every half inch).
- An extra piece of information printed at the bottom of a page.
- A word processor program developed by Microsoft for typing documents.
- This is a disruption indicating that any text which follows after the disruption should be displayed on the next page in your document.
- To move under or reduce a bullet point to a lower position or rank.
- To combine outside data like names and addresses into a Word document such as a letter or envelope.
- Also known as comments, these are notes other people can leave you on your document.
- Where you manage your slideshow’s data and information— create, save, and send documents, inspect documents for hidden stuff or personal information and set options such as turning on or off AutoComplete.
- Use this Gallery to create, store, and find reusable pieces of content, including AutoText, document properties such as title and author, and fields
- A cool way to representing your information -- organization charts, flow charts, Venn diagrams, pyramids, etc.
25 Clues: The edge or border of something • A note printed at the end of a book or section of a book • A short phrase or titles describing a picture, chart or table • An extra piece of information printed at the bottom of a page. • To advance or raise a bullet point to a higher position or rank. • To move under or reduce a bullet point to a lower position or rank. • ...
Touchstone 3 Units 1-6 2023-02-28
Across
- What is the most active volcano? (Unit 3)
- How many people did Martin Suarez play in front of? (Unit 2)
- Where is Ramon going to go to after work? (Unit 6)
- What kind of seminar is Ling late for? (Unit 6)
- Winning is very important to you. (Unit 1)
- Pedro felt it was so ______ to not be able to stay out late. (Unit 4)
- What class does Stacy have on Tuesday at 7pm? (Unit 6)
- What is the name of Max and Ellie's co-worker? (Unit 1)
- A popular meat-filled grape leaf snack food in Turkey. (Unit 5)
- What did Leo eat too much of? (unit 5)
- Where would Barbara's mother let her help? (Unit 4)
- What bean and meat dish did the people Chloe met in Brazil make for her? (Unit 2)
- You're relaxed about life. (Unit 1)
- Which ruins did Jake explore? (Unit 2)
Down
- How many people can you see on page 12?
- Doing a number of tasks at the same time. (Unit 6)
- Which country is Mateo Reyes from? (Unit 1)
- People can always count on you. (Unit 1)
- __ your best in today's class! (Unit 6)
- You give a lot of time or money. (Unit 1)
- What did Rosa's great-grandmother keep in her pockets? (Unit 4)
- A Latin American snack of baked or deep-fried pastries. (Unit 5)
- In which country is the shortest street in the world? (Unit 3)
- What sport did Justin used to play with his four brothers? (Unit 4)
- What did Leo eat too many of? (Unit 5)
- I can't ___ up my mind if I should take the promotion. (Unit 6)
- What is the largest hot desert? (Uni 3)
- What day did Vasily's aunts and uncles used to come over for dinner? (Unit 4)
- What was the name of the club that Jason and his friends went to? (Unit 2)
29 Clues: You're relaxed about life. (Unit 1) • What did Leo eat too many of? (Unit 5) • What did Leo eat too much of? (unit 5) • Which ruins did Jake explore? (Unit 2) • How many people can you see on page 12? • __ your best in today's class! (Unit 6) • What is the largest hot desert? (Uni 3) • People can always count on you. (Unit 1) • What is the most active volcano? (Unit 3) • ...
History of Colombian Musics & A City in the African Diaspora Crossword 2025-03-24
Across
- Communities of escaped slaves
- A port city in Colombia where many enslaved people were sold at auction (Page 34)
- According to Arroyo's "Rebelión," what Africans arrive to in Cartagena (Pages 34, 36, and 37)
- The last name of the singer of "Rebelión" (Throughout the document)
Down
- Peasant musical style (Page 77)
- The name of employed slaves and freemen as musicians (Page 77)
- The most commonly accepted form of “Colombian” national music (Page 83)
- people who have been dispersed from their homeland (concept throughout the piece)
- Public theaters (Page 78)
- Along with music, it played a major role in the processes of the definition of “Colombian-ness" (Page 80)
10 Clues: Public theaters (Page 78) • Communities of escaped slaves • Peasant musical style (Page 77) • The name of employed slaves and freemen as musicians (Page 77) • The last name of the singer of "Rebelión" (Throughout the document) • The most commonly accepted form of “Colombian” national music (Page 83) • ...
Sort 8 2022-11-29
Across
- The first 4 letters of my last name are ___.
- He received five ___ to his birthday party invites.
- The dog was ________ her new toy.
- The bird was ___ back to her nest.
- They ___ calm during the fire drill.
- The teacher was busy ____ the page from the book.
Down
- She ____ going to the park.
- He spent all night ___ for the test.
- The family ___ out of the rain.
- They ____ the books from one class to another.
- The girl was ____ her softball bat and glove.
11 Clues: She ____ going to the park. • The family ___ out of the rain. • The dog was ________ her new toy. • The bird was ___ back to her nest. • He spent all night ___ for the test. • They ___ calm during the fire drill. • The first 4 letters of my last name are ___. • The girl was ____ her softball bat and glove. • They ____ the books from one class to another. • ...
Word 2010 Vocabulary List 1 2015-08-24
Across
- - A user interface design that organizes commands into logical groups, which appear on separate tabs.
- area - An area in a document’s left margin in which you can click and drag to select blocks of text.
- - The orientation of a picture or page where the width is greater than the height.
- - A small representation of an item, such as an image, a page of content, or a set of formatting, obtained by scaling a snapshot of it. Thumbnails are typically used to provide visual identifiers for related items.
- box launcher - On the ribbon, a button at the bottom of some groups that opens a dialog box with features related to the group.
- - In word processing, a block of text of any length that ends when you press the Enter key.
- editing - A way of moving or copying selected text by dragging it with the mouse pointer.
- Shortcuts toolbar - A toolbar located at the right end of the status bar that contains tools for switching between views of document content and changes the display magnification.
- shortcut - Any combination of keystrokes that can be used to perform a task that would otherwise require a mouse or other pointing device.
- - The orientation of a picture or page where the page is taller than it is wide.
- view - A view that shows the headings of a document indented to represent their level in the document’s structure. You can also use outline view to work with master documents.
- - A line, or lines, of content in the top margin area of a page in a document, that typically contain elements such as the title, page number, or name of the author.
- wrap - The process of breaking lines of text automatically to stay within the page margins of a document or window boundaries.
- - A representation on the screen of the mouse pointer location.
Down
- - A tabbed page on the ribbon that contains buttons organized in groups.
- format - The structure or organization of data in a file. The file format of a document is usually indicated by the file name extension.
- - The direction—horizontal or vertical—in which a page is laid out.
- - Highlighting text or activating an object so that you can manipulate or edit it in some way.
- - The blank space outside the printing area on a page.
- Access Toolbar - A small, customizable toolbar that displays frequently used commands.
- view - A document view that displays the content of a document with a simplified layout.
- and Type - A feature that allows you to double-click a blank area of a document to position the cursor in that location, with the appropriate paragraph alignment already in place.
- - A note that appears on the screen to provide information about a button, tracked change, or comment, or to display a footnote or endnote. ScreenTips also display the text that will appear if you choose to insert a date or AutoText entry.
- publishing - A process that creates pages by combining text and objects, such as tables and graphics, in a visually appealing way.
- – A way of moving objects by pointing to them, holding down the mouse button, moving the mouse pointer to the desired location, and releasing the button.
- Preview - A feature that temporarily displays the effect of applying a specific format to the selected document element.
- - An item, such as a graphic, video clip, sound file, or worksheet that can be inserted into a document and then selected and modified.
- processing - The writing, editing, and formatting of documents in a program designed for working primarily with text.
- bar - A row of information related to the current program. The status bar is usually located at the bottom of a window. Not all windows have a status bar.
- Layout view - A view of a document as it will appear in a Web browser. In this view, a document appears as one long page (without page breaks), and text and tables wrap to fit the window.
- Layout view - A view of a document as it will appear when printed; for example, items such as headers, footnotes, columns, and text boxes appear in their actual positions.
31 Clues: - The blank space outside the printing area on a page. • - A representation on the screen of the mouse pointer location. • - The direction—horizontal or vertical—in which a page is laid out. • - A tabbed page on the ribbon that contains buttons organized in groups. • - The orientation of a picture or page where the page is taller than it is wide. • ...
8th grade vocab 1 2019-01-13
Across
- / start (a line of text) or position (a block of text, table, etc.) further from the margin than the main part of the text.
- / is text that is separated from the body text and appears at the top of a printed page. ... In academic writing, the running head usually contains the page number along with the author's last name, or an abbreviated version of the title.
- Man's best friend
- / formatting which stands for Modern Language Association, is defined as a style of writing used for college-level writing. An example of MLA style is the specific formatting for footnotes in a college paper.
- statement that connect one topic or idea to another in a paper or essay in a smooth, coherent way.
- / the main body of a book or other piece of writing, as distinct from other material such as notes, appendices, and illustrations.
- / add new items to the program's interface, or give the program additional capabilities.
- / the text is spread out to be flush with the left and right margins or to the left side margin or right side margin.
- statement / should tell your reader what the paper is about and also help guide your writing and keep your argument focused.
- styles / includes both character and paragraph formatting attributes, and can be applied to a paragraph or range of paragraphs.
- Flying mammal
- / place or arrange (things) in a straight line.
- / widow" is the last line of a paragraph that appears alone at the top of the next page, and an "orphan" is the first line of a paragraph that appears alone at the bottom of a page. Default widow and orphan settings are typically configured for two lines in order to prevent isolated single lines.
- Likes to chase mice
- (font) / describes how characters are capitalized within a word or phrase. "Font" refers to the typeface used to display the letters, while "case" refers to the capitalization of each letter.
Down
- setup / is a set of specific parameters involving the display and layout of a printed page. This type of resource is part of many modern word processing applications and other document processing software.
- Large marsupial
- / is a specific typeface of a certain size and style. For example, one font may be Arial 12 pt bold, while another font may be Times New Roman 14 pt italic.
- Has a trunk
- / a list of the books of a specific author or publisher, or on a specific subject.
- / is a section located under the main text, or body. Traditionally it was and still is the space for the page number.
- / sentence a sentence that expresses the main idea of the paragraph in which it occurs.
- / a quotation from or reference to a book, paper, or author, especially in a scholarly work.
- Spacing / is the vertical distance between lines of text. Most writers use either double-spaced lines or single-spaced lines—nothing in between—because those are the options presented by word processors.
- is the area between the main content of a page and the page edges. The margin helps to define where a line of text begins and ends.
- / use of a source of information in order to ascertain something.
26 Clues: Has a trunk • Flying mammal • Large marsupial • Man's best friend • Likes to chase mice • / place or arrange (things) in a straight line. • / use of a source of information in order to ascertain something. • / a list of the books of a specific author or publisher, or on a specific subject. • ...
8th grade vocab 1 2019-01-13
Across
- is a specific typeface of a certain size and style. For example, one font may be Arial 12 pt bold, while another font may be Times New Roman 14 pt italic.
- the text is spread out to be flush with the left and right margins or to the left side margin or right side margin.
- is text that is separated from the body text and appears at the top of a printed page. ... In academic writing, the running head usually contains the page number along with the author's last name, or an abbreviated version of the title.
- widow" is the last line of a paragraph that appears alone at the top of the next page, and an "orphan" is the first line of a paragraph that appears alone at the bottom of a page. Default widow and orphan settings are typically configured for two lines in order to prevent isolated single lines.
- a list of the books of a specific author or publisher, or on a specific subject.
- is the vertical distance between lines of text. Most writers use either double-spaced lines or single-spaced lines—nothing in between—because those are the options presented by word processors.
- should tell your reader what the paper is about and also help guide your writing and keep your argument focused.
- Likes to chase mice
- formatting which stands for Modern Language Association, is defined as a style of writing used for college-level writing. An example of MLA style is the specific formatting for footnotes in a college paper.
- includes both character and paragraph formatting attributes, and can be applied to a paragraph or range of paragraphs.
- use of a source of information in order to ascertain something.
- Has a trunk
Down
- add new items to the program's interface, or give the program additional capabilities.
- is the area between the main content of a page and the page edges. The margin helps to define where a line of text begins and ends.
- Large marsupial
- is a section located under the main text, or body. Traditionally it was and still is the space for the page number.
- that connect one topic or idea to another in a paper or essay in a smooth, coherent way.
- a sentence that expresses the main idea of the paragraph in which it occurs.
- start (a line of text) or position (a block of text, table, etc.) further from the margin than the main part of the text.
- place or arrange (things) in a straight line.
- a quotation from or reference to a book, paper, or author, especially in a scholarly work.
- Man's best friend
- is a set of specific parameters involving the display and layout of a printed page. This type of resource is part of many modern word processing applications and other document processing software.
- describes how characters are capitalized within a word or phrase. "Font" refers to the typeface used to display the letters, while "case" refers to the capitalization of each letter.
- the main body of a book or other piece of writing, as distinct from other material such as notes, appendices, and illustrations.
25 Clues: Has a trunk • Large marsupial • Man's best friend • Likes to chase mice • place or arrange (things) in a straight line. • use of a source of information in order to ascertain something. • a sentence that expresses the main idea of the paragraph in which it occurs. • a list of the books of a specific author or publisher, or on a specific subject. • ...
His Dark Materials 2022-03-15
Across
- Can this food be found in blame attack? (4)
- A hungry kidnapper (7)
- A simian companion for one of the characters (12)
- the surname of the character fra (5)
- A starsign found in 'raise' (5)
- He can be found in 'la rise' (6)
- Take out a letter from this close attachment and you'll get the devil! (5)
- what Lyra gets on page 24 (9)
- taking out an 'h' from 'clout her' will reveal a character's surname (7)
- How Lee Scoresby flies. /7)
- The colour of the spy glass (5)
Down
- Who claims they've waited a long time to attack the church on pages 89-92 (9)
- This character's surname sounds like fresh water (8)
- This Lord's name sounds like the Northern Lights (6)
- A river and a college! (6)
- Subtract a letter from the pharaoh civilisation to reveal the name of some kids in the play (7)
- What the daemons change into on pages 14-16 (5)
- Does this character sound like she's telling the truth? (4)
- This coast turns into Billy and Tony's surname (5)
- A hard-surfaced cuddly companion? (5)
20 Clues: A hungry kidnapper (7) • A river and a college! (6) • How Lee Scoresby flies. /7) • what Lyra gets on page 24 (9) • A starsign found in 'raise' (5) • The colour of the spy glass (5) • He can be found in 'la rise' (6) • the surname of the character fra (5) • A hard-surfaced cuddly companion? (5) • Can this food be found in blame attack? (4) • ...
English - Term 1 2013-03-05
Across
- verse in a poem
- intended meaning as opose to the dictionary meaning
- you find reading material
- pronunciation of a word
- that adds to a pome stylistically (6/7)
- term given to shortened words
- words describe a sound
- the words in the dictionary (4/4)
- used to join sentences
- repition of vowel sounds
- common noun that is used every day
- subject that is also a language
- you would read
- used to avoid repetition of nouns
- article used before a word beginning with a vowel
- abstract noun
- collective noun for pigeoons
Down
- proper noun for where we live (5/6)
- comparison that uses "as" or "like"
- words
- an pbject human qualities
- dictionary meaning of a word
- symbol used to make a statement stand out
- is used to make sense in sentences
- collective noun for pigeons
- to ifnd definition
- origin of words
- comparison used in writing.
- indicators of what words are on each page in the dictionary (5/5)
29 Clues: words • abstract noun • you would read • verse in a poem • origin of words • to ifnd definition • words describe a sound • used to join sentences • pronunciation of a word • repition of vowel sounds • you find reading material • an pbject human qualities • collective noun for pigeons • comparison used in writing. • dictionary meaning of a word • collective noun for pigeoons • ...
HTML and CSS Introduced - HTML Elements 2023-04-13
Across
- A network of computers that share documents with each other.
- A group of web pages that link to each other.
- Adds contents for a paragraph using this element.
- Declares special instructions for the browser. Includes information (metadata) about the document, such as <title> and <style> .
- Use this to add style information for web page elements within the page.
- Tells the browser that this is an HTML document.
- Short for Cascading S tyle Sheets. It is used with HTML to change the appearance of web pages.
Down
- Use this to add the document's title in a browser's title bar or a page's tab.
- A software application (e.g., Chrome, Firefox, Safari) where you can open and interact with web pages.
- Inserts a blank line on the page. Usually used for spacing.
- Digital documents shared on the web.
- HTML markup that is used to format a web page. It usually consists of start and end tags along with any attributes.
- Short for Hyper Text Markup Language. It is used to create web pages using regular text.
- All page content goes here (e.g., text, hyperlinks, images).
- These indicate the start and end of an HTML element.
15 Clues: Digital documents shared on the web. • A group of web pages that link to each other. • Tells the browser that this is an HTML document. • Adds contents for a paragraph using this element. • These indicate the start and end of an HTML element. • Inserts a blank line on the page. Usually used for spacing. • A network of computers that share documents with each other. • ...
News and Newspaper Terms 2022-03-01
Across
- Photograph altered electronically, usually for an artistic effect.
- A journalist who gathers news outside the United States.
- Vending machine containing newspapers.
- News service that sells columns, comics and specialty features to newspapers nationwide.
- Process of designing and producing a full page on a computer.
- Short headline and phrase on a front page to lure readers to inside pages.
- One of a number of versions of a newspaper issued in one day.
- Critic’s report of a book, movie, television show, performance or restaurant.
- To remove a story or ad.
- Writer who covers a “beat,” or a specific topic, place or team.
- Box of information, usually on the editorial page, containing the name of the newspaper, its ownership and management.
- Empty space sometimes used on a page as a design element to break up text.
- Larger ad that often includes photography or art and text
- Byline crediting the photographer for a photo.
- Writer of a column that appears regularly offering opinions on current events.
- Practice layout of a page showing shape, format and general content of text, headlines and art.
- One in which the basic purpose is something other than news.
- meeting Daily gathering in which newsroom staff members discuss the story schedule for the next day.
- Person responsible for overall operation of a news organization.
- Plan or sketch of each page indicating where photos, articles, ads and headlines will be placed.
- Responsible for sale and distribution.
- Advice written for readers on different topics, such as investing, interpersonal issues and so on.
- Total number of people who subscribe to the newspaper or buy it at a newsstand or other outlet.
- Information from a source outside the newspaper leading to a news story.
- Name of the newspaper, typically placed in large letters atop the page.
- Lines of type and sometimes art referring readers to stories inside the newspaper.
- One employed by the newspaper.
Down
- Newsroom staff member engaged in gathering and processing information for publication.
- Article including important details about a newsworthy event.
- Caption accompanying a photo.
- To bring an item, such as text or an image, from one software application to another.
- Name of the newspaper on Page One, set in a particular style of type for easy recognition.
- A listing, usually on the first or second page, referring readers to stories and sections throughout the newspaper.
- Graphic representation of information.
- Information gathered about an event through direct experience.
- Amount of space in a newspaper for news after ads have been placed.
- People-to-people advertisements for items that individuals or businesses are seeking or want to buy or sell, i.e., a job, vehicle or house.
- To revise, proofread, write a headline or approve a story for publication.
- Company or cooperative that sells stories and photos and sends them via satellite or computer to member newspapers.
- Article located on the editorial pages, stating the opinion of the newspaper, its management, readers or other people.
- First paragraph of a story, designed to give readers the most important information and “lead” them to continue reading.
- Line at the beginning of a story that gives place and date of the story’s origin.
- Rectangular units of text and images.
- Quote from a story that is often boxed and printed in type larger than the story text.
- Activity of attracting public attention to a product or business, i.e., paid announcements in print or on air.
- Style, point size and leading of type.
- Paid ad announcing a death, often including funeral arrangements and sometimes biographical information.
- Line of varied point size or thickness used to separate stories or surround text or images.
- Events and information that readers want and need to know immediately; information that might have an impact on people’s lives.
- News story about a death, distinguished from a death notice because it is produced in the newsroom, not the advertising department.
- Writer’s name at the beginning of the article.
- Small picture on a computer display suggesting purpose of an available function.
- Exclusive story that no other newspaper has.
- To adjust a photo or image to fit a specific space.
- Amount of space between lines of type.
- Unit used to measure sizes of type and rule lines.
- Review text for accuracy in grammar, usage, punctuation and facts.
- page Page opposite the editorial page containing letters to the editor, editorial cartoons or columns written by staff members and guest writers.
58 Clues: To remove a story or ad. • Caption accompanying a photo. • One employed by the newspaper. • Rectangular units of text and images. • Graphic representation of information. • Vending machine containing newspapers. • Style, point size and leading of type. • Amount of space between lines of type. • Responsible for sale and distribution. • ...
Clothes and Materials Primaria 4 2025-03-12
Across
- An item that holds you money and cards.
- An accessory to protect your eyes from the sun.
- A woolly item of clothing that keeps your neck warm.
- A plastic item of clothing to protect you from the wind.
- A big bag that holds all your clothes on holiday.
- A gold or silver accessory that goes around your finger.
- A gold or silver accessory that goes on your wrist.
- A woolly item of clothing that keeps your hands warm.
Down
- An accessory made out of leather to keep your trousers up.
- An accessory made out of glass to help you see.
- A plastic item that protects you from the rain.
- A gold or silver accessory for your ears.
- A woolly item of clothing to keep your body warm.
- A cotton item of clothing that goes on your head.
- An item of clothing for your feet when you play sports.
- An accessory to help you tell the time.
16 Clues: An item that holds you money and cards. • An accessory to help you tell the time. • A gold or silver accessory for your ears. • An accessory made out of glass to help you see. • An accessory to protect your eyes from the sun. • A plastic item that protects you from the rain. • A woolly item of clothing to keep your body warm. • ...
puzzle 2024-02-15
Across
- Dodge and Burn Tools - Used to lighten (dodge) or darken (burn) areas of an image, mimicking traditional darkroom techniques.
- Filters - Pre-set effects that can be applied to images for artistic or correction purposes.
- Adjustment Layers - Layers that let you apply color and tonal adjustments to your image without permanently changing pixel values.
- Rasterize - Converts a vector graphic into a bitmap image, allowing for pixel-based editing.
- Gradient Tool - Allows you to fill an area with a smooth transition between multiple colors.
- Preflight - A process that checks documents for problems that could prevent printing as expected.
- Master Pages - Templates that you apply to pages for consistent layout and design across your document.
- Gutter - The space between columns in a page layout.
- Layers - Separate levels that can hold different parts of an image, allowing for individual editing without affecting the rest of the image.
- Photoshop
- - Softens the edges of a selection or shape for a smoother transition.
- Pica - A unit of measure in typography, used particularly in InDesign for page, column, and margin settings.
- Grids and Guides - Non-printing lines that help align objects and text for precise placement.
Down
- Bleed - The area that extends beyond the edge of your page, ensuring no white margins appear when the document is trimmed.
- Slug - An area outside the page and bleed that contains printing instructions or information about the document.
- Brush Tool - A tool used to paint on an image, with various brush options available.
- Opacity - Controls the transparency level of a layer, allowing underlying layers to be seen through.
- Clipping Path - A path that is used to cut out an object in an image, allowing it to be placed on different backgrounds.
- Object - A layer that preserves an image's source content, enabling non-destructive editing.
- - The number of pixels per inch (PPI), which affects the quality and detail of an image.
- Link Panel - Displays the status of files (such as images) placed into the InDesign document, allowing for easy management of external resources.
- Pen Tool - Creates precise paths that can be used for selection or creating shapes.
- - Containers for text or graphics. InDesign uses text frames and graphic frames to hold content.
- Mask - A tool that allows you to hide or reveal parts of an image without permanently deleting anything.
- Text Wrap - Controls how text flows around objects such as images or shapes.
- Blend Modes - Determine how two layers blend with each other, creating various effects.
26 Clues: Photoshop • Gutter - The space between columns in a page layout. • - Softens the edges of a selection or shape for a smoother transition. • Text Wrap - Controls how text flows around objects such as images or shapes. • Pen Tool - Creates precise paths that can be used for selection or creating shapes. • ...
In design crossword puzzle 2024-02-15
Across
- Filters - Pre-set effects that can be applied to images for artistic or correction purposes.
- Pica - A unit of measure in typography, used particularly in InDesign for page, column, and margin settings.
- Blend Modes - Determine how two layers blend with each other, creating various effects.
- Bleed - The area that extends beyond the edge of your page, ensuring no white margins appear when the document is trimmed.
- Dodge and Burn Tools - Used to lighten (dodge) or darken (burn) areas of an image, mimicking traditional darkroom techniques.
- Brush Tool - A tool used to paint on an image, with various brush options available.
- Link Panel - Displays the status of files (such as images) placed into the InDesign document, allowing for easy management of external resources.
- - The number of pixels per inch (PPI), which affects the quality and detail of an image.
- Text Wrap - Controls how text flows around objects such as images or shapes.
- Object - A layer that preserves an image's source content, enabling non-destructive editing.
- Rasterize - Converts a vector graphic into a bitmap image, allowing for pixel-based editing.
- Pen Tool - Creates precise paths that can be used for selection or creating shapes.
- Slug - An area outside the page and bleed that contains printing instructions or information about the document.
Down
- Preflight - A process that checks documents for problems that could prevent printing as expected.
- Master Pages - Templates that you apply to pages for consistent layout and design across your document.
- - Containers for text or graphics. InDesign uses text frames and graphic frames to hold content.
- - Softens the edges of a selection or shape for a smoother transition.
- Adjustment Layers - Layers that let you apply color and tonal adjustments to your image without permanently changing pixel values.
- Clipping Path - A path that is used to cut out an object in an image, allowing it to be placed on different backgrounds.
- Mask - A tool that allows you to hide or reveal parts of an image without permanently deleting anything.
- Gutter - The space between columns in a page layout.
- Layers - Separate levels that can hold different parts of an image, allowing for individual editing without affecting the rest of the image.
- Grids and Guides - Non-printing lines that help align objects and text for precise placement.
- Gradient Tool - Allows you to fill an area with a smooth transition between multiple colors.
- Opacity - Controls the transparency level of a layer, allowing underlying layers to be seen through.
25 Clues: Gutter - The space between columns in a page layout. • - Softens the edges of a selection or shape for a smoother transition. • Text Wrap - Controls how text flows around objects such as images or shapes. • Pen Tool - Creates precise paths that can be used for selection or creating shapes. • ...
Indesign and photoshop 2024-02-15
Across
- Filters - Pre-set effects that can be applied to images for artistic or correction purposes.
- Pica - A unit of measure in typography, used particularly in InDesign for page, column, and margin settings.
- Blend Modes - Determine how two layers blend with each other, creating various effects.
- Bleed - The area that extends beyond the edge of your page, ensuring no white margins appear when the document is trimmed.
- Dodge and Burn Tools - Used to lighten (dodge) or darken (burn) areas of an image, mimicking traditional darkroom techniques.
- Brush Tool - A tool used to paint on an image, with various brush options available.
- Link Panel - Displays the status of files (such as images) placed into the InDesign document, allowing for easy management of external resources.
- - The number of pixels per inch (PPI), which affects the quality and detail of an image.
- Text Wrap - Controls how text flows around objects such as images or shapes.
- Object - A layer that preserves an image's source content, enabling non-destructive editing.
- Rasterize - Converts a vector graphic into a bitmap image, allowing for pixel-based editing.
- Pen Tool - Creates precise paths that can be used for selection or creating shapes.
- Slug - An area outside the page and bleed that contains printing instructions or information about the document.
Down
- Preflight - A process that checks documents for problems that could prevent printing as expected.
- Master Pages - Templates that you apply to pages for consistent layout and design across your document.
- - Containers for text or graphics. InDesign uses text frames and graphic frames to hold content.
- - Softens the edges of a selection or shape for a smoother transition.
- Adjustment Layers - Layers that let you apply color and tonal adjustments to your image without permanently changing pixel values.
- Clipping Path - A path that is used to cut out an object in an image, allowing it to be placed on different backgrounds.
- Mask - A tool that allows you to hide or reveal parts of an image without permanently deleting anything.
- Gutter - The space between columns in a page layout.
- Layers - Separate levels that can hold different parts of an image, allowing for individual editing without affecting the rest of the image.
- Grids and Guides - Non-printing lines that help align objects and text for precise placement.
- Gradient Tool - Allows you to fill an area with a smooth transition between multiple colors.
- Opacity - Controls the transparency level of a layer, allowing underlying layers to be seen through.
25 Clues: Gutter - The space between columns in a page layout. • - Softens the edges of a selection or shape for a smoother transition. • Text Wrap - Controls how text flows around objects such as images or shapes. • Pen Tool - Creates precise paths that can be used for selection or creating shapes. • ...
Indesign and photoshop 2024-02-15
Across
- Filters - Pre-set effects that can be applied to images for artistic or correction purposes.
- Pica - A unit of measure in typography, used particularly in InDesign for page, column, and margin settings.
- Blend Modes - Determine how two layers blend with each other, creating various effects.
- Bleed - The area that extends beyond the edge of your page, ensuring no white margins appear when the document is trimmed.
- Dodge and Burn Tools - Used to lighten (dodge) or darken (burn) areas of an image, mimicking traditional darkroom techniques.
- Brush Tool - A tool used to paint on an image, with various brush options available.
- Link Panel - Displays the status of files (such as images) placed into the InDesign document, allowing for easy management of external resources.
- - The number of pixels per inch (PPI), which affects the quality and detail of an image.
- Text Wrap - Controls how text flows around objects such as images or shapes.
- Object - A layer that preserves an image's source content, enabling non-destructive editing.
- Rasterize - Converts a vector graphic into a bitmap image, allowing for pixel-based editing.
- Pen Tool - Creates precise paths that can be used for selection or creating shapes.
- Slug - An area outside the page and bleed that contains printing instructions or information about the document.
Down
- Preflight - A process that checks documents for problems that could prevent printing as expected.
- Master Pages - Templates that you apply to pages for consistent layout and design across your document.
- - Containers for text or graphics. InDesign uses text frames and graphic frames to hold content.
- - Softens the edges of a selection or shape for a smoother transition.
- Adjustment Layers - Layers that let you apply color and tonal adjustments to your image without permanently changing pixel values.
- Clipping Path - A path that is used to cut out an object in an image, allowing it to be placed on different backgrounds.
- Mask - A tool that allows you to hide or reveal parts of an image without permanently deleting anything.
- Gutter - The space between columns in a page layout.
- Layers - Separate levels that can hold different parts of an image, allowing for individual editing without affecting the rest of the image.
- Grids and Guides - Non-printing lines that help align objects and text for precise placement.
- Gradient Tool - Allows you to fill an area with a smooth transition between multiple colors.
- Opacity - Controls the transparency level of a layer, allowing underlying layers to be seen through.
25 Clues: Gutter - The space between columns in a page layout. • - Softens the edges of a selection or shape for a smoother transition. • Text Wrap - Controls how text flows around objects such as images or shapes. • Pen Tool - Creates precise paths that can be used for selection or creating shapes. • ...
Microsoft Word 2016 Module 4 Test Review 2020-10-28
Across
- ……..are the lines that divide the columns and rows of a table and help you see the grid-like structure of the table.
- ……...charts are best for showing trends over time.
- Is an example of things you can create using a Mail Merge? Is 2 words
- ……..charts are good all-around charts.
- Is one type of thing you can include in a header or footer? Two words, possessive
- …….. Is an example of things you can create using a Mail Merge? Starts with an L
- ……. are formatting marks that you insert in a document to show the end of a section.
- The feature……..updates your document every time you open and print it instead
- A……...is a parenthetical reference in the document text that gives credit to the source for a quotation or other information used in the document.
- A…….is text or graphics that appear at the bottom of every page of a document.
- The……...feature adds an area to the side margin so you/someone else can type a comment, suggestion, reminder for the document. a. Accept the feature
- A……..is a list of sources that you used in creating a document.
- ……...is a great time-saver if you need to create multiple documents that are mostly the same but unique in some way.
- Creating a……..break marks the point of where one page ends and another begins so your information stays in place.
- ……..orientation means the page is wider than it is tall.
- The feature……...combines several cells into one big cell.
- Is one type of thing you can include in a header or footer? One word
- ……..charts let you see your data in a proportion instead of a graph.
- Where are page numbers usually located? 5 words
- The …….are the blank areas between the edge of the text and the edge of the page.
- The feature……….readjusts your rows so they are all the same size.
Down
- used in documents to provide further information, explanatory text, or references for text in a document. Two things, no “and”between
- …...allow you to enter your text in columns and rows instead of lines and paragraphs.
- …….. Is an example of things you can create using a Mail Merge? Starts with an E
- When you "...........the changes," you allow them to stick and become permanent.
- ……..are designed to illustrate your point just like an illustration in a book.
- Is one type of thing you can include in a header or footer? Two words
- A…...is a portion of a document that is separated from the rest of the document by section breaks.
- …...charts are similar to line charts but the area under the lines are filled in.
- The……...feature allows you to have your document proofread and edited electronically so you can see change suggestions before you make any changes.
- As you type text in a document, Word inserts a(n) ………..when you reach the bottom of the page, allowing you to continue typing on the next page.
- ……...are used when working with numerical data.
- The feature ……..readjusts your columns so they are all the same size.
- The……...feature allows you to keep track of the reference sources you consult when writing research papers, reports, and other documents.
- A……..is the box formed by the intersection of a column and a row.
- …….charts are column charts turned on it's side.
- A……..is text or graphics that appear at the top of every page of a document.
- …….orientation means the page is taller than it is wide.
- When you “........ the changes," you don't keep the changes and revert back to your original text.
39 Clues: ……..charts are good all-around charts. • ……...are used when working with numerical data. • Where are page numbers usually located? 5 words • …….charts are column charts turned on it's side. • ……...charts are best for showing trends over time. • ……..orientation means the page is wider than it is tall. • …….orientation means the page is taller than it is wide. • ...
Word 2010 vocabulary 2015-09-24
Across
- Layout view - A view of a document as it will appear when printed; for example, items such as headers, footnotes, columns, and text boxes appear in their actual positions.
- - A user interface design that organizes commands into logical groups, which appear on separate tabs.
- editing - A way of moving or copying selected text by dragging it with the mouse pointer.
- box launcher - On the ribbon, a button at the bottom of some groups that opens a dialog box with features related to the group.
- bar - A row of information related to the current program. The status bar is usually located at the bottom of a window. Not all windows have a status bar.
- shortcut - Any combination of keystrokes that can be used to perform a task that would otherwise require a mouse or other pointing device.
- - A small representation of an item, such as an image, a page of content, or a set of formatting, obtained by scaling a snapshot of it. Thumbnails are typically used to provide visual identifiers for related items.
- and Type - A feature that allows you to double-click a blank area of a document to position the cursor in that location, with the appropriate paragraph alignment already in place.
- publishing - A process that creates pages by combining text and objects, such as tables and graphics, in a visually appealing way.
- area - An area in a document’s left margin in which you can click and drag to select blocks of text.
- - An item, such as a graphic, video clip, sound file, or worksheet that can be inserted into a document and then selected and modified.
- - The blank space outside the printing area on a page.
- Layout view - A view of a document as it will appear in a Web browser. In this view, a document appears as one long page (without page breaks), and text and tables wrap to fit the window.
- Shortcuts toolbar - A toolbar located at the right end of the status bar that contains tools for switching between views of document content and changes the display magnification.
- – A way of moving objects by pointing to them, holding down the mouse button, moving the mouse pointer to the desired location, and releasing the button.
- format - The structure or organization of data in a file. The file format of a document is usually indicated by the file name extension.
Down
- - The orientation of a picture or page where the page is taller than it is wide.
- processing - The writing, editing, and formatting of documents in a program designed for working primarily with text.
- - In word processing, a block of text of any length that ends when you press the Enter key.
- - A line, or lines, of content in the top margin area of a page in a document, that typically contain elements such as the title, page number, or name of the author.
- - The direction—horizontal or vertical—in which a page is laid out.
- Access Toolbar - A small, customizable toolbar that displays frequently used commands.
- - A representation on the screen of the mouse pointer location.
- view - A view that shows the headings of a document indented to represent their level in the document’s structure. You can also use outline view to work with master documents.
- - The orientation of a picture or page where the width is greater than the height.
- - A note that appears on the screen to provide information about a button, tracked change, or comment, or to display a footnote or endnote. ScreenTips also display the text that will appear if you choose to insert a date or AutoText entry.
- - Highlighting text or activating an object so that you can manipulate or edit it in some way.
- wrap - The process of breaking lines of text automatically to stay within the page margins of a document or window boundaries.
- Preview - A feature that temporarily displays the effect of applying a specific format to the selected document element.
- - A tabbed page on the ribbon that contains buttons organized in groups.
- view - A document view that displays the content of a document with a simplified layout.
31 Clues: - The blank space outside the printing area on a page. • - A representation on the screen of the mouse pointer location. • - The direction—horizontal or vertical—in which a page is laid out. • - A tabbed page on the ribbon that contains buttons organized in groups. • - The orientation of a picture or page where the page is taller than it is wide. • ...
Microsoft Word 2023-04-03
Across
- labels which identify illustrations such as tables, charts, figures or images
- long side of the page runs horizontal
- decorative text which can add to a document
- command to accomplish a task automatically
- feature which moves a word to a new line to avoid overrunning the margin
- editing tool which reviews documents for spelling errors and misused words
- space separating text or objects from the edge of the page
- visual representations of data
- Blocks pre-designed blocks of text and formatting which can easily be inserted into
- notes which can be electronically entered into documents
- shade of the characters in a font set
- break entered by the user before the current page is full
- editing tool which can be used to identify synonyms and antonyms for a
- format in which a file is stored
- symbols which appear on the screen but are not visible on the printed page
- text or graphics which are printed at the top of each page in a document
- way in which a rectangular page is orientated for normal viewing
- slant and weight of the characters in a font set
- starting point for a new document
- replaces text to the right of the cursor one character at a time as text is entered
- be entered
- term
- black blinking line in the document to show the location where text or objects
- a dot followed by three or four characters at the end of the file name used to
- makes a duplicate of the text and places it on the clipboard
- to being pasted in another location
- text or graphic which has been linked to another location
- items such as spaces and paragraph marks
- height of an uppercase letter in a font set; measured in points
- sets of coordinated colors, fonts and effects which can be applied to
- key combination which performs certain commands when pressed
- indents from the right margin
- image of content currently displayed in a window open on the computer or
- grid of horizontal rows and vertical columns into which data can be entered to
- graphic object or text positioned behind the text of a document
- in a document
Down
- removes selected text and places it on the clipboard
- long side of the page runs vertical
- selection of text which is not located next to each other or touching in a
- information
- graphic object which can be inserted to create diagrams in a document
- narrow strip along the left page margin which automates the selection of text
- objects which can be added to documents such as circles, lines, etc.
- act of creating, editing and producing a text document
- indents just the first line from the left margin
- tool which can be used to copy formatting from one location to another in a
- centers text between the right and left margins
- tool which automatically corrects misspellings and common typos
- position of lines in a paragraph in relation to the documents left and right
- aligns text flush with the right margin
- moves items from the clipboard into the document
- indents from the left margin
- collections of styles which contain coordinated colors and fonts
- aligns text flush with the left margin
- editing tool which reviews documents for grammatical errors
- aligns text to run evenly between the left and right margins
- ability of text to be located around an object
- text or graphics which are printed at the bottom of each page in a document
- selection of text which is located next to each other or touching in a sequence
- location where the text or object will be entered based on the location of the
- the file type
- Parts objects such as document properties or fields which can be inserted from a
- series of commands and instructions which can be grouped together as a
- indents all lines but the first line from the left margin
- temporary storage area for items which have been cut or copied in a program
- object in which text can be added and placed anywhere on a page
- break entered by Word to start a new page when the current page is full
- sample files which contain some formatting and can be customized to serve as
- complete set of characters in a specific face, style and size
69 Clues: term • be entered • information • the file type • in a document • indents from the left margin • indents from the right margin • visual representations of data • format in which a file is stored • starting point for a new document • long side of the page runs vertical • to being pasted in another location • long side of the page runs horizontal • shade of the characters in a font set • ...
Black Queen 3 2026-04-28
Across
- (adjective) describes sb who doesn’t want to do sth (page 30)
- (verb) looking intensely (page 25)
- (adjective) describes something not visible (page 31)
Down
- (adjective) a type of pain that is strong and beating (page 29)
- (verb) climbed up sth. or climbed over sth. (page 27)
- (verb) laughing quietly (page 25)
- (verb) to love (page 23)
- (noun) happiness (page 26)
8 Clues: (verb) to love (page 23) • (noun) happiness (page 26) • (verb) laughing quietly (page 25) • (verb) looking intensely (page 25) • (verb) climbed up sth. or climbed over sth. (page 27) • (adjective) describes something not visible (page 31) • (adjective) describes sb who doesn’t want to do sth (page 30) • (adjective) a type of pain that is strong and beating (page 29)
The 12 Steps Puzzle 2013-01-30
Across
- Last word of step 3
- Mad a searching and ________ moral inventory
- What we make for Step 8
- Admitted to God, ourselves and another ______ being
- Quiet introspection
- John __________ as mentioned on page 30
- In step 10 we take a personal ___________
- The floundering founders could not admit the state of their ________
- _________ and meditation
- Another name for the one who won't believe as in step 2
- Not aided
- Step 1 deals with un-manageability and ___________
- The kind of awakening we have
- Looking for
Down
- Ready to have God remove all these _______ of character
- Made a _______ to turn our lives and will over
- Who cares to admit complete ___________?
- The last word of step 2
- Upon entering AA we soon take quite another view of this absolute _______
- step 4 consists of ________ pages
- Humbly asked Him to remove our __________
- First word of step 3
- What step 4 deals with - our ______
- In A.A. we have the 12 Steps and the 12 __________
- Came to believe that a HP could restore us to _________
- Making right what was wrong as in step 9
- the 12 steps are said to ________ the obsession to drink
27 Clues: Not aided • Looking for • Last word of step 3 • Quiet introspection • First word of step 3 • The last word of step 2 • What we make for Step 8 • _________ and meditation • The kind of awakening we have • step 4 consists of ________ pages • What step 4 deals with - our ______ • John __________ as mentioned on page 30 • Who cares to admit complete ___________? • ...
Vocab 2 2024-07-17
Across
- To hide and wait in order to do something bad (4)
- Showing many bright colors that change with movement (10)
- Very valuable or important (8)
- Rubbed or pushed gently with the nose (7)
- Belonging to a time before written history (11)
- To trip or lose balance while walking (7)
- Deeply involved or absorbed in something (8)
- Looked at something carefully to get information (7)
- Close to the actual, but not exact (11)
- Came out into view (7)
- The gathering of ripe crops (7)
- The leaves of a plant or tree (7)
Down
- Made a soft, light sound, like leaves moving (7)
- In large amounts; abundantly (9)
- A large, rounded rock (7)
- Carried from one place to another (11)
- First in importance or order (7)
- Growing thickly and healthily (4)
- A vertical section of a page or building (6)
- To dry up or shrivel from lack of moisture (6)
- A strong liking for something (8)
- Suddenly surprised or scared (8)
- Extending over and covering part of something (11)
- A feeling of wonder or admiration (3)
- Underneath or lower than something (7)
25 Clues: Came out into view (7) • A large, rounded rock (7) • Very valuable or important (8) • The gathering of ripe crops (7) • In large amounts; abundantly (9) • First in importance or order (7) • Suddenly surprised or scared (8) • Growing thickly and healthily (4) • A strong liking for something (8) • The leaves of a plant or tree (7) • A feeling of wonder or admiration (3) • ...
Unit 1 2021-10-01
Across
- (adjective)highly advanced
- type of material for clothes
- clothes that you wear under your main clothes
- skinny in nicer way
- (Adjective) dirty or untidy
- (noun) a process of learning something
- accessory which you wear on your neck
- sport jacket, can be waterproof
Down
- piece of clothing
- shoes that women mostly wear
- a thing done successfully
- (noun) box where you can put your clothes
- (noun) a line of people awaiting for something
- (Adjective) not capable of serious thoughts
- clothes that could be wore by both genders
15 Clues: piece of clothing • skinny in nicer way • a thing done successfully • (adjective)highly advanced • (Adjective) dirty or untidy • shoes that women mostly wear • type of material for clothes • sport jacket, can be waterproof • accessory which you wear on your neck • (noun) a process of learning something • (noun) box where you can put your clothes • ...
Crossword romeo and Juliet 2022-01-26
Across
- Asks Friar Lawrence for a solution to her problem
- "Then my lips have the ___ They took from yours - page 43
- "You ____ bright red when you hear any news" - Page 93
- Tyblat calls him evil
- She wants Juliet to marry pairs
Down
- "You_____ Your face with words more than your tears" - Page 150
- Romeo killed him
- says to Juliet she has to marry pair
- "If they ___ you, they will kill you" - page 62
- "Oh____the door, when you do, come weep with me" - Page 151
10 Clues: Romeo killed him • Tyblat calls him evil • She wants Juliet to marry pairs • says to Juliet she has to marry pair • "If they ___ you, they will kill you" - page 62 • Asks Friar Lawrence for a solution to her problem • "You ____ bright red when you hear any news" - Page 93 • "Then my lips have the ___ They took from yours - page 43 • ...
SOLVE THE PUZZLE GET THE CANTEEN COUPON 2013-04-03
Across
- / SAT Means Scholastic________ Test
- / One of center for Scholar Ship Examination (in Scholar ship examination page)
- / All around the world on 7th April celebrated as World _______ Day (in 4th page)
- / ______ Boards (2nd page)
- Folklor çalışmalarına yardımcı olan hocalarımızdan birinin adı. (in Turkce olimpiyatlari Folklor calismalari)
Down
- / Your dreams have no ________ (A sentence from Filis Ajrus’s 1st place awarded essay )
- / One of tournament branch (in Tournaments page)
- / Preporaki za Drzavna ______ 2013
- / From the editor to the ______ (2nd page)
- / Farezehiri (in Sigaranın Içinde olduğu bilinen toksik maddelerden birkaçı)
10 Clues: / ______ Boards (2nd page) • / Preporaki za Drzavna ______ 2013 • / SAT Means Scholastic________ Test • / From the editor to the ______ (2nd page) • / One of tournament branch (in Tournaments page) • / Farezehiri (in Sigaranın Içinde olduğu bilinen toksik maddelerden birkaçı) • / One of center for Scholar Ship Examination (in Scholar ship examination page) • ...
Page 83 2023-02-06
16 Clues: קהל • בין • פתי • עצם • נדיר • פרטי • לצפות • להצליח • valuable • בית משפט • לקוח, קליינט • something precious • פתי, וגם לשטות באנשים • to raise someone's mood. • someone with a good mood • שתי מילים -משהו יקר ערך, שמעיד על סטאטוס
PAGE 1 2025-06-29
Page 7 2025-09-23
Across
- baby sleeps in this
- a present
- to be organised
- gives you light
- animal found on the beach
- Santa's helpers
- opposite of good
- at the end of a powerlead
Down
- outside of the bread
- to enjoy something
- a part of your mouth
- opposite of right
- another word for have to
- you sleep in this
- opposite of small
- make a __ for the shop
16 Clues: a present • to be organised • gives you light • Santa's helpers • opposite of good • opposite of right • you sleep in this • opposite of small • to enjoy something • baby sleeps in this • outside of the bread • a part of your mouth • make a __ for the shop • another word for have to • animal found on the beach • at the end of a powerlead
Koala (19.10.2021) 2021-10-19
Across
- thing, protects you from the rain
- body part, opposite to "front"
- body part, eat, food
- big/high shoes
- body part, 2 of them on each side, over hands
- clothes, thing, warm jacket
- clothes, protects you from the rain
- animal, looks like panda, lives in forests
- animal, friendly, sea
- opposite to "beautiful"
Down
- normally people have 32 of them in the mouth
- animal, can fly, very annoying
- a music instrument, play, big, sit
- animal, very popular in Australia
- clothes, you wear it on your body
- sport, ice, Canada
- animal, flying mouse, night
- clothes, you put it around the neck
- animal, very popular in China
- opposite to "start"
- action, water, pool
- action, music, microphone, voice
22 Clues: big/high shoes • sport, ice, Canada • opposite to "start" • action, water, pool • body part, eat, food • animal, friendly, sea • opposite to "beautiful" • animal, flying mouse, night • clothes, thing, warm jacket • animal, very popular in China • animal, can fly, very annoying • body part, opposite to "front" • action, music, microphone, voice • thing, protects you from the rain • ...
The Metamorphosis Chapter III (page 342-345) 2015-01-27
Across
- The lodger says he won't pay a ______ for the days he lived in the house
- What had a great effect upon Gregor on page 342?
- The lodgers tugged uneasily at their ______ on page 343
- The lodgers found Gregor more _______ than the violin-playing
- Where Gregor wanted his sister Grete to sit next to him
- Mother was fighting asthmatically for ______
- Gregor's father staggered forward and fell into his _____ on page 344
- Grete burst into a passion of _______ on page 345
- The lodger says the conditions prevailing in the house are _____
Down
- Mother finished making the ______ before the lodgers reached their room
- Whose lap did the sister push her violin into?
- The lodger says he will bring an action for _____ against the family
- Where Gregor had the firm intention of sending his sister
- The instrument being played by Grete, Gregor's sister
- Gregor feared the tension would discharge an _____ upon him
- What Gregor planned to do to intruders to his room
16 Clues: Mother was fighting asthmatically for ______ • Whose lap did the sister push her violin into? • What had a great effect upon Gregor on page 342? • Grete burst into a passion of _______ on page 345 • What Gregor planned to do to intruders to his room • The instrument being played by Grete, Gregor's sister • The lodgers tugged uneasily at their ______ on page 343 • ...
Crosswords Are Great! 2021-12-14
Across
- I want to write books. I want to draw pictures, too. What should I be? (page 51)
- Asami wrote, "Moreover, [AI] is not good at __________ a writer's feelings." (page 42)
- She has one brother and one _______.
- Meg is from ________.
- This is a sport. It is two words. (____ ____)
- This is something that you hold to go up and down stairs or ramps. (page 76)
- This is a color. You can see it outside, especially in the spring.
Down
- don't = _____ _____ (no space)
- He is a teacher. He teaches English. He is from Japan. (Mr. _____)
- A job that changes from one language to another. For example, Japanese to English or English to Japanese. (page 38)
- She is a teacher. She teaches English. She is from America.
- This is a fruit. It's a color, too!
- I am a character. I am not from Japan. I am a boy.
- A job that introduces many places to tourists from abroad. (two words, no space)
- I'm = _____ _____ (no space)
- A train with many people is __________.
16 Clues: Meg is from ________. • I'm = _____ _____ (no space) • don't = _____ _____ (no space) • This is a fruit. It's a color, too! • She has one brother and one _______. • A train with many people is __________. • This is a sport. It is two words. (____ ____) • I am a character. I am not from Japan. I am a boy. • She is a teacher. She teaches English. She is from America. • ...
MLA Terms 2025-11-19
Across
- Cited Page – A list at the end of your essay that shows all the sources you used.
- Copying someone else’s work or ideas and pretending they’re your own.
- A page at the front of a paper that lists the title, your name, teacher, and date (some teachers ask for this).
- Restating someone else’s ideas in your own words.
- – A way to give credit to the source of your information.
- The company or group that released or printed the source.
- The year the source was created or last updated.
Down
- Using the exact words from a source inside quotation marks.
- A short note inside your paragraph that shows where a fact or quote came from. Example: (Smith 12).
- The person or organization that created the source.
- The small line at the top of each page that includes your last name and page number.
- Any book, website, article, or video where you find information.
- To start a new paragraph by moving the first line a little to the right.
- Another word for a list of sources, similar to a Works Cited page.
14 Clues: The year the source was created or last updated. • Restating someone else’s ideas in your own words. • The person or organization that created the source. • – A way to give credit to the source of your information. • The company or group that released or printed the source. • Using the exact words from a source inside quotation marks. • ...
La poésie 2022-04-10
Across
- Poème japonais traditionnel, composé de 3 vers courts
- Il commence généralement par une majuscule
- Poème qui forme un dessin sur la page avec les mots qui composent le texte
- Strophe de 3 vers
- Strophe de 6 vers
- Echo sonore en fin de vers
Down
- Répétition des sons produits par une consomme
- Ensemble de vers
- Ensemble de lettres qui se prononcent d'une seule émission de voix
- Strophe de 4 vers
- Se dit du "e" quand il ne compte pas à la rime
11 Clues: Ensemble de vers • Strophe de 4 vers • Strophe de 3 vers • Strophe de 6 vers • Echo sonore en fin de vers • Il commence généralement par une majuscule • Répétition des sons produits par une consomme • Se dit du "e" quand il ne compte pas à la rime • Poème japonais traditionnel, composé de 3 vers courts • Ensemble de lettres qui se prononcent d'une seule émission de voix • ...
Purple 4 2020-06-15
Across
- the unit used for body weight in America
- the unit for temperature in countries like America
- currency in America
- animal on page 9
- the animal on page 7
- what the child is riding in, page 21
- the unit for temperature in most countries
Down
- I move at an avverage speed of about 0.0036 miles/hour
- ice does this in water
- what some animals do during winter
- Korea's currency
- the unit we usually measure our body weight in
- - the writer's favorite season
- closes planet to the sun
14 Clues: Korea's currency • animal on page 9 • currency in America • the animal on page 7 • ice does this in water • closes planet to the sun • - the writer's favorite season • what some animals do during winter • what the child is riding in, page 21 • the unit used for body weight in America • the unit for temperature in most countries • the unit we usually measure our body weight in • ...
Johnny Crossword 2020-12-11
Across
- Modern Language Association
- at the bottom of the page
- line indent marker the 0 mark on the ruler
- at the end of the document
- the alphabetical list of sources used in a research paper
- at the top of the page
Down
- American Psychological Association
- indent marker allows you to change the entire left
- style word uses 11 Pt Calibri
- including font and font size
- spacing spacing in the paragraph
- space one blank between lines of text
- a note at the bottom of the page
- line indent first line moved a little
- spacing above and below a paragraph
15 Clues: at the top of the page • at the bottom of the page • at the end of the document • Modern Language Association • including font and font size • style word uses 11 Pt Calibri • spacing spacing in the paragraph • a note at the bottom of the page • American Psychological Association • spacing above and below a paragraph • space one blank between lines of text • ...
Les Mots Très Misérables 2022-05-06
Across
- Une personne d'autorité dans la vie quotidienne de plusieurs personnes, et qui rend les gens heureux quand il/elle dit que les autres peuvent <<rentrer tôt aujourd'hui>>; est aussi connu sous le nom du <<chef>> (page 56).
- L'action que les sauveteurs/sauveteuses sont qualifié(e)s pour empêcher de se produire aux humains dans l'eau; rime avec <<tournoi>> (page 54).
- Un objet pour le rangement des autres objets; le nom décrit aussi un région du corps; composé de six lettres (page 54).
- Un type de matériel utilisé pour les chandails produits par les moutons; une synonyme est <<toison>> (page 61).
- Lorsqu'il fait froid dehors, quelquefois, nos corps commencent à bouger d'une manière rapide que l'on peut appeler ________ (page 60).
Down
- Commence par la lettre <<s>>, utilisé dans l’expression anglais qui traduit à <<ne suis pas le chemin, trace le chemin>> (page 55).
- Le contraire de la lumière ou de la luminosité, composée de neuf lettres (page 55).
- Nom féminin; un endroit similaire a un hôtel qui a moins d’intimité; un endroit où les campeurs restent pour la nuit, à cause des bas prix. (page 55)
- Pour entrer dans un événement sportif, un parc d'attractions ou un concert, il faut des ________ comme la preuve de paiement (page 60).
- Un adjectif qui rime avec le mot <<audacieux>>, pour décrire quelque chose désagréable (page 53).
10 Clues: Le contraire de la lumière ou de la luminosité, composée de neuf lettres (page 55). • Un adjectif qui rime avec le mot <<audacieux>>, pour décrire quelque chose désagréable (page 53). • Un type de matériel utilisé pour les chandails produits par les moutons; une synonyme est <<toison>> (page 61). • ...
Mollie's Birthday Crossword 2025-10-26
Across
- It has a ring to it like Saxon, sir, it’s so musical (6)
- 19-down, Itinerant mother. He took a continental article with a baby sheep, though boy changed to gateshead, and put on clothes (6, 7)
- Generation? No, the set up wasn’t the best idea (5)
- See 15 across
- A portal with no love, I get a new start to become an awe-inspiring entity (6)
- Add a yak, but no kings for a friendly person (6)
- 8 across; Approximate place of origin smashed ire, abs born, additionally add and then hits out (7,2,3,4)
- It’s always good when I get added to what you’re doing after a run (8)
- The french spoiler mill changed a new identity (6, 7)
Down
- From remnants of a fire and talk of weight is, actually, pretty shy (6)
- A wise man just owned everything initially (3)
- Looks like a fishy frequency… (4)
- One second became energy in a disturbed mafia cross where we always do this (6,4)
- Move! Last fire starter starts chicken, limb is something getting a lot better recently (4, 5)
- see 12-down
- I heard you step on it (4)
- 10-down; Company measures a famous university, to the part one must never stop (6,2,3,3).
- An odd spa, ex-loan, and a thousand beam for the convert (6,4)
- Hands off! The french back the french to follow a street. (6)
- See 5 across
- Gone too far when you deface the truth (4)
21 Clues: see 12-down • See 5 across • See 15 across • I heard you step on it (4) • Looks like a fishy frequency… (4) • Gone too far when you deface the truth (4) • A wise man just owned everything initially (3) • Add a yak, but no kings for a friendly person (6) • Generation? No, the set up wasn’t the best idea (5) • The french spoiler mill changed a new identity (6, 7) • ...
Indesign and photoshop 2024-02-15
Across
- Filters - Pre-set effects that can be applied to images for artistic or correction purposes.
- Pica - A unit of measure in typography, used particularly in InDesign for page, column, and margin settings.
- Blend Modes - Determine how two layers blend with each other, creating various effects.
- Bleed - The area that extends beyond the edge of your page, ensuring no white margins appear when the document is trimmed.
- Dodge and Burn Tools - Used to lighten (dodge) or darken (burn) areas of an image, mimicking traditional darkroom techniques.
- Brush Tool - A tool used to paint on an image, with various brush options available.
- Link Panel - Displays the status of files (such as images) placed into the InDesign document, allowing for easy management of external resources.
- - The number of pixels per inch (PPI), which affects the quality and detail of an image.
- Text Wrap - Controls how text flows around objects such as images or shapes.
- Object - A layer that preserves an image's source content, enabling non-destructive editing.
- Rasterize - Converts a vector graphic into a bitmap image, allowing for pixel-based editing.
- Pen Tool - Creates precise paths that can be used for selection or creating shapes.
- Slug - An area outside the page and bleed that contains printing instructions or information about the document.
Down
- Preflight - A process that checks documents for problems that could prevent printing as expected.
- Master Pages - Templates that you apply to pages for consistent layout and design across your document.
- - Containers for text or graphics. InDesign uses text frames and graphic frames to hold content.
- - Softens the edges of a selection or shape for a smoother transition.
- Adjustment Layers - Layers that let you apply color and tonal adjustments to your image without permanently changing pixel values.
- Clipping Path - A path that is used to cut out an object in an image, allowing it to be placed on different backgrounds.
- Mask - A tool that allows you to hide or reveal parts of an image without permanently deleting anything.
- Gutter - The space between columns in a page layout.
- Layers - Separate levels that can hold different parts of an image, allowing for individual editing without affecting the rest of the image.
- Grids and Guides - Non-printing lines that help align objects and text for precise placement.
- Gradient Tool - Allows you to fill an area with a smooth transition between multiple colors.
- Opacity - Controls the transparency level of a layer, allowing underlying layers to be seen through.
25 Clues: Gutter - The space between columns in a page layout. • - Softens the edges of a selection or shape for a smoother transition. • Text Wrap - Controls how text flows around objects such as images or shapes. • Pen Tool - Creates precise paths that can be used for selection or creating shapes. • ...
Yearbook 2025-10-08
Across
- a printed copy of your digital design
- a plan or drawing which shows size and position of all elements
- the exclusive right for the creator or owner of original literary, artistic or photographic material to make, distribute and control copies of that work for a specified number of years, as guaranteed by law
- any leader in charge of the yearbook or a portion of the book
- elements such as color, white space, rule lines, gray screens, large initial letters and special type treatments which enhance the book's design
- a complete alphabetical listing of all students, teachers, advertisers, topics and events covered in the yearbook
- any printed communication - words or pictures - that exposes one to public hatred, shame, contempt, disgrace, or damage one's reputation in the community or injures the person's livelihood
- area of the yearbook connecting the front and back covers
- heavier sheets of paper which hold the pages of the yearbook to the cover
- a page-by-page listing of the yearbook's contents
- the outside of the yearbook which protects its contents
- the first two or four pages (or more) of the yearbook which introduces the theme
- using more than one spread for a topic and linking the additional spreads to the first with a headline or similar design
- a verbal statement and visual look which tie all parts of the yearbook together
- book organization and/or coverage that follows a timeline
Down
- a photo that captures action at an event and it not staged or posed
- the scope or range of activities and events which can be considered for inclusion in a yearbook
- final pages of the yearbook (typically three pages or more) where the theme is concluded
- complete set of type or one face and one size, including upper and lowercase letters, punctuation, and numerals
- page 1 of the yearbook
- indicates a new section and provides design continuity throughout the yearbook
- extending pictures or graphic elements beyond the edge of the page on one or more sides
- checking copy for spelling, grammar, accuracy and readability
- in photos and images, the difference in darkness or density between one tone and another
- a final opportunity to review pages and make last-minute, critical corrections before printing
- an unoccupied part of a design
- two facing or side-by-side pages in the yearbook such as 2 & 3, 4 & 5
27 Clues: page 1 of the yearbook • an unoccupied part of a design • a printed copy of your digital design • a page-by-page listing of the yearbook's contents • the outside of the yearbook which protects its contents • area of the yearbook connecting the front and back covers • book organization and/or coverage that follows a timeline • ...
Week 6 Spelling words 2023-03-01
Across
- a top worn by women
- to see
- opposite of old
- business
- clothes
- opposite of inside
- a box with lock to keep your things
- to put on clothes
Down
- the same clothes for everyone
- the work that you do to keep your house clean
- the brother of your husband or wife
- a group of people who work for an organisation or business
- someone who repairs machines
- making clothes
- a person who works on a machine
- a person who lives next door to you
- a place where cars are repaired
- to bind, fasten
18 Clues: to see • clothes • business • making clothes • opposite of old • to bind, fasten • to put on clothes • opposite of inside • a top worn by women • someone who repairs machines • the same clothes for everyone • a person who works on a machine • a place where cars are repaired • the brother of your husband or wife • a person who lives next door to you • a box with lock to keep your things • ...
Fun Crossword 2022-12-25
Across
- delivers (7)
- Main texture pack (9)
- floats on water (5)
- used to click on stuff in computers etc (5)
- make fake ones whith gel pens (7)
- in the Grampians (7-5)
- used to row 6 across (6)
- Minecraft username (15)
- device will turn off automatically
- don't have any clothes on (5)
- naturally created in the sea (5)
Down
- the sound of lightning (7)
- used to transfer stuff from one computer to another
- Ball sport (7)
- green with big seed
- instrument (9)
- stores stuff on computers in it (4)
- what we watched a christmas carol on (7)
- My favourite drink
- life on mars (8)
20 Clues: delivers (7) • Ball sport (7) • instrument (9) • life on mars (8) • My favourite drink • floats on water (5) • green with big seed • Main texture pack (9) • in the Grampians (7-5) • Minecraft username (15) • used to row 6 across (6) • the sound of lightning (7) • don't have any clothes on (5) • naturally created in the sea (5) • make fake ones whith gel pens (7) • ...
UNIT 4 2020-11-14
Across
- he makes music
- food,clothes
- we use to fasten door
- theatrical
- very big
- explosion
- a huge snow storm
- shaking of the earth
- without a home
- giant wave
- satisfied
- train lines
- story
- government representatives
- development
Down
- save
- disatisfied
- prize
- discover
- he is stuck in a situation
- people helping without payment
- clear, empty
- we walk there
- from Denmark
- furious
- marionette
- alive after a tragedy
- he is in a tragedy
- thrilled happy
29 Clues: save • prize • story • furious • discover • very big • explosion • satisfied • theatrical • marionette • giant wave • disatisfied • train lines • development • food,clothes • clear, empty • from Denmark • we walk there • he makes music • without a home • thrilled happy • a huge snow storm • he is in a tragedy • shaking of the earth • we use to fasten door • alive after a tragedy • he is stuck in a situation • ...
white list. 2023-11-30
Across
- a breakfast meat
- I beg your ___
- at church you can hear a big ___
- a structure that shoots water
- 0-18 are considered ___
- 10 kids were ___ for the contest
- a good deal
- a goal
- a soft material for clothes
- out of sight
- 500,000 dollars were ___ from the bank
Down
- a long wide strip of fabric
- blocking the stage
- 4 courts
- rural and
- bad guy
- when cooking you should always have an ___
- before you're adopted
- positive
- when you die you go to
- one and ten.
- the ___ of the ship was in charge
- man and
- the coffee shops ___ was a coffee bean
24 Clues: a goal • bad guy • man and • 4 courts • positive • rural and • a good deal • one and ten. • out of sight • I beg your ___ • a breakfast meat • blocking the stage • before you're adopted • when you die you go to • 0-18 are considered ___ • a long wide strip of fabric • a soft material for clothes • a structure that shoots water • at church you can hear a big ___ • 10 kids were ___ for the contest • ...
Quiz 4 2021-02-18
Across
- there is a biblical analogy between God and rocks found throughout _____________ (page 83)
- beautiful color, hardness and ability to be formed; it can be deep green, white, cream, gray, red, lilac, black (page 81)
- the easiest place to start looking for quartz (page 78)
- the author recommends using a cellphone and __________ notes to document minerals that are found in museums (page 80)
- used for many statues throughout history (page 77)
- mixture or solution that combines a metal and other metals and elements (page 72)
Down
- sort or categorize items so they can be placed in a logical sequence or order (page 78)
- redness of human blood allowed Charles Darwin's daughter's cheeks to be ______________ (page 75)
- valuable substance quarried from Egypt that was used to annoint Jesus in Matthew 26:6-13 (page 72)
9 Clues: used for many statues throughout history (page 77) • the easiest place to start looking for quartz (page 78) • mixture or solution that combines a metal and other metals and elements (page 72) • sort or categorize items so they can be placed in a logical sequence or order (page 78) • ...
Quiz 4 2021-02-18
Across
- sort or categorize items so they can be placed in a logical sequence or order (page 78)
- the easiest place to start looking for quartz (page 78)
- beautiful color, hardness and ability to be formed; it can be deep green, white, cream, gray, red, lilac, black (page 81)
- mixture or solution that combines a metal and other metals and elements (page 72)
- the author recommends using a cellphone and __________ notes to document minerals that are found in museums (page 80)
Down
- used for many statues throughout history (page 77)
- valuable substance quarried from Egypt that was used to annoint Jesus in Matthew 26:6-13 (page 72)
- there is a biblical analogy between God and rocks found throughout _____________ (page 83)
- redness of human blood allowed Charles Darwin's daughter's cheeks to be ______________ (page 75)
9 Clues: used for many statues throughout history (page 77) • the easiest place to start looking for quartz (page 78) • mixture or solution that combines a metal and other metals and elements (page 72) • sort or categorize items so they can be placed in a logical sequence or order (page 78) • ...
Page 175 2021-02-03
16 Clues: живот • правила • следует • перерыв • задание • давление • напротив • вздыхать • вписаться • социальный • обеспокоенный • ровня, сверстник • угадывать, думать • тревога, будильник • ждать с нетерпением • просроченный, опаздывающий
page 96 2022-03-08
Page 9 2015-05-19
16 Clues: (r)길 • (p)가난 • (d)하강 • (s)삼키다 • (r)수확하다 • (s)정착하다 • (p)보존하다 • (p)번영, 성공 • (s)냄새, 향기 • (p)먹이, 희생양 • (p)껍질, 벗기다 • (p)중요한, -장 • (r)기르다, 후방 • (p)직원, 인사과 • (r)피난, 피난처 • (p)토닥거리다, 가볍게 치다
Test Page 2023-09-18
Across
- most of us aren't alive until we drink this in the morning
- our black chairs have 4-point adjustments, making them___
- we named this room after the first man on the moon
- the largest meeting room we have named after an explorer
- our workspace!
- little rooms that let you have calls
- No. 37 is the smallest ___ we have
- you can keep your food cold in here
- one of the many animals that adorn our pillows, this one is a marsupial
Down
- the scent we diffuse on Level 19
- one of the many animals that adorn our pillows, this one has stripes
- most people ask if this is still available when there is an event on L20
- look at our pillows once again, this plant has giant leaves
- it's a dark & quiet room on L18
- they are either under the tables or on the floor
- ____ shikibu was a Japanese novelist, poet, and lady-in-waiting who wrote one of the first widely known novels in the world.
16 Clues: our workspace! • it's a dark & quiet room on L18 • the scent we diffuse on Level 19 • No. 37 is the smallest ___ we have • you can keep your food cold in here • little rooms that let you have calls • they are either under the tables or on the floor • we named this room after the first man on the moon • the largest meeting room we have named after an explorer • ...
Page 42 2025-05-11
16 Clues: naked • challenge • cultivated • look fixedly • shrill sound • a prickly plant • speak very softly • fortified building • adult female human • relating to mankind • more than is needed • plural female human • smooth, soft fabric • charge for a journey • woman whose husband has died • expelled air through the mouth
ANSWER PAGE 2025-02-27
Across
- the rate at which an object covers distance over time
- universal force of attraction acting between all bodies of matter
- the rate of change of an object's displacement over time
- the force exerted on an object due to gravity
- everything in the universe is in ___
- a quantity that is only described by its magnitude
- the resistance an object has to a change in its state of motion
- Newton's ___ law: every action has an equal & opposite reaction
- Newton's ___ law: force equals mass times acceleration
Down
- a quantity that has both magnitude and direction
- the path an object takes around another object in space
- the rate of change of velocity with respect to time
- the total length of the path an object travels
- a push or pull
- Newton's ___ law: objects stay in rest/motion unless acted on by an outside force
- the amount of matter in an object
16 Clues: a push or pull • the amount of matter in an object • everything in the universe is in ___ • the force exerted on an object due to gravity • the total length of the path an object travels • a quantity that has both magnitude and direction • a quantity that is only described by its magnitude • the rate of change of velocity with respect to time • ...
Page 5 2025-09-19
Across
- to give a clue
- like a sheep
- to fix something
- you find this at the beach
- another name for a bag
- used by pirates
- a tear in something
Down
- another word for noise
- a chicken
- to take a chance
- a fresh flavour
- another word for cross
- you work and eat at this at school
- you need a tent for this
- an animal you keep at home
- after a long week you need a
16 Clues: a chicken • like a sheep • to give a clue • a fresh flavour • used by pirates • to take a chance • to fix something • a tear in something • another word for noise • another word for cross • another name for a bag • you need a tent for this • you find this at the beach • an animal you keep at home • after a long week you need a • you work and eat at this at school
page 15 2025-12-21
Newsletter Vocab 2015-01-20
Across
- These typically appear at the end of a column, as in continued on page 45. These also appear at the top of a column indicating where the article is continued from, as in continued from page 16.
- The section of a newsletter layout — typically found on the second page (but could be on any page) — that lists the name of the publisher and other pertinent data. May include staff names, contributors, subscription information, addresses, logo, etc.
- Usually appearing on the front page, this briefly lists articles and special sections of the newsletter and the page number for those items.
- These can appear at the top, bottom, or sides of pages. Usually the first page does not have these.
- Location of important information, including websites and company name
- After the nameplate, this identifies each article in a newsletter and is the most prominent text element.
Down
- Appearing within the body of articles, these divide the article into smaller sections.
- Used to attract attention, especially in long articles, this is a small selection of text in a larger typeface, usually in a separate text box.
- These help separate columns vertically
- One or more lines of text found between the headline and the body of the article. This elaborates or expands on the headline and topic of the accompanying text.
- These help separate columns or information across the page
- The banner on the front of a newsletter that identifies the publication. Usually contains the title of the newsletter, possibly graphics or a logo, and perhaps a subtitle, or motto.
- This makes up the bulk of the text excluding the headlines and decorative text elements. It's the articles that make up the newsletter content.
13 Clues: These help separate columns vertically • These help separate columns or information across the page • Location of important information, including websites and company name • Appearing within the body of articles, these divide the article into smaller sections. • ...
Hare is scared 2023-06-12
Across
- Where is the story from?
- What is Hare doing on page 5?
- How do Hare and monkey feel on page 11?
- Mouse looks ________.
- How do monkey and hare feel on page 7?
- Who do monkey and hare ask for help?
Down
- What is the name of the story?
- What are Hare and Monkey doing on page 11?
- What does Hare think is in his house?
- What animal is Elephant scared of?
- Now Elephant is scared. ______________
11 Clues: Mouse looks ________. • Where is the story from? • What is Hare doing on page 5? • What is the name of the story? • What animal is Elephant scared of? • Who do monkey and hare ask for help? • What does Hare think is in his house? • Now Elephant is scared. ______________ • How do monkey and hare feel on page 7? • How do Hare and monkey feel on page 11? • ...
Journalism l Final Exam Part 1 2020-12-22
Across
- the page number and the topic of a spread
- makes no claim of objectivity
- includes the name of the book, the year, and the theme
- the opening, sections, index and closing
- in honor of a notable person who has passed
- two facing or side-by-side pages
- the story
- color, white space, rule lines, gray screens, large initial letters and special type treatments
- the ________, economic and financial activities
- newspapers, magazines, radio, and
- the way in which a story is constructed
- page one of the yearbook
- contains a story line
- alphabetical listing of all students, teachers,advisers, topics, and events covered
- eight pages on one side of a signature
- distributed via the Internet as opposed to publishing via print or broadcast
- the way in which journalists convince or
- aim is to offer an honest critique of the object under review
- science
- as well as editors of literature
- coverage of all aspects of politics and
- printing in magenta (reddish pink), cyan (blue),yellow and black
- a verbal statement and a visual look which tie all parts of the yearbook together
- requires the investigation of a topic
Down
- used to separate each of the sections of the yearbook
- over-exaggerated, sensationalized, or falsified
- made up of two 8-page flats
- student life, academics, organizations, people,sports, and ads/index are classified as a _________
- connects the front and back covers
- using more than one spread for a topic
- final pages of the yearbook
- conveys reporting about science to the public
- the first 2-4 pages
- deeply investigate a single topic of
- an effective way to add emphasis to a black and white page
- pertaining to sporting topics and competitions
- as a unit
- created by people who do not just inform
- regarding current events,trends, and issues associated with the non-human world
- covers an issue in greater depth
- may be plain or designed to reflect the theme and the front endsheet
- yearbook staff use this to stay organized and to plan for deadlines
- price, # of copies, colors, fonts, photography
- where a writer expresses their own opinion in few ________
- outside of the yearbook
- article, book, or statement that discloses a scandal or crime
- using special text features that allow the reader to easily find key information
47 Clues: science • the story • as a unit • the first 2-4 pages • contains a story line • outside of the yearbook • page one of the yearbook • made up of two 8-page flats • final pages of the yearbook • makes no claim of objectivity • two facing or side-by-side pages • covers an issue in greater depth • as well as editors of literature • newspapers, magazines, radio, and • ...
Adobe 2024-02-15
Across
- Layers - Separate levels that can hold different parts of an image, allowing for individual editing without affecting the rest of the image.
- Blend Modes - Determine how two layers blend with each other, creating various effects.
- Mask - A tool that allows you to hide or reveal parts of an image without permanently deleting anything.
- Link Panel - Displays the status of files (such as images) placed into the InDesign document, allowing for easy management of external resources.
- Preflight - A process that checks documents for problems that could prevent printing as expected.
- Photoshop
- Object - A layer that preserves an image's source content, enabling non-destructive editing.
- Slug - An area outside the page and bleed that contains printing instructions or information about the document.
- - The number of pixels per inch (PPI), which affects the quality and detail of an image.
- Brush Tool - A tool used to paint on an image, with various brush options available.
- Opacity - Controls the transparency level of a layer, allowing underlying layers to be seen through.
- Gradient Tool - Allows you to fill an area with a smooth transition between multiple colors.
- Dodge and Burn Tools - Used to lighten (dodge) or darken (burn) areas of an image, mimicking traditional darkroom techniques.
- Text Wrap - Controls how text flows around objects such as images or shapes.
Down
- Bleed - The area that extends beyond the edge of your page, ensuring no white margins appear when the document is trimmed.
- Pica - A unit of measure in typography, used particularly in InDesign for page, column, and margin settings.
- Grids and Guides - Non-printing lines that help align objects and text for precise placement.
- - Containers for text or graphics. InDesign uses text frames and graphic frames to hold content.
- - Softens the edges of a selection or shape for a smoother transition.
- Gutter - The space between columns in a page layout.
- Rasterize - Converts a vector graphic into a bitmap image, allowing for pixel-based editing.
- Filters - Pre-set effects that can be applied to images for artistic or correction purposes.
- Adjustment Layers - Layers that let you apply color and tonal adjustments to your image without permanently changing pixel values.
- Pen Tool - Creates precise paths that can be used for selection or creating shapes.
- Master Pages - Templates that you apply to pages for consistent layout and design across your document.
- Clipping Path - A path that is used to cut out an object in an image, allowing it to be placed on different backgrounds.
26 Clues: Photoshop • Gutter - The space between columns in a page layout. • - Softens the edges of a selection or shape for a smoother transition. • Text Wrap - Controls how text flows around objects such as images or shapes. • Pen Tool - Creates precise paths that can be used for selection or creating shapes. • ...
Adobe Photoshop and Indesign 2024-02-15
Across
- Filters - Pre-set effects that can be applied to images for artistic or correction purposes.
- Pica - A unit of measure in typography, used particularly in InDesign for page, column, and margin settings.
- Blend Modes - Determine how two layers blend with each other, creating various effects.
- Bleed - The area that extends beyond the edge of your page, ensuring no white margins appear when the document is trimmed.
- Dodge and Burn Tools - Used to lighten (dodge) or darken (burn) areas of an image, mimicking traditional darkroom techniques.
- Brush Tool - A tool used to paint on an image, with various brush options available.
- Link Panel - Displays the status of files (such as images) placed into the InDesign document, allowing for easy management of external resources.
- - The number of pixels per inch (PPI), which affects the quality and detail of an image.
- Text Wrap - Controls how text flows around objects such as images or shapes.
- Object - A layer that preserves an image's source content, enabling non-destructive editing.
- Rasterize - Converts a vector graphic into a bitmap image, allowing for pixel-based editing.
- Pen Tool - Creates precise paths that can be used for selection or creating shapes.
- Slug - An area outside the page and bleed that contains printing instructions or information about the document.
Down
- Preflight - A process that checks documents for problems that could prevent printing as expected.
- Master Pages - Templates that you apply to pages for consistent layout and design across your document.
- - Containers for text or graphics. InDesign uses text frames and graphic frames to hold content.
- - Softens the edges of a selection or shape for a smoother transition.
- Adjustment Layers - Layers that let you apply color and tonal adjustments to your image without permanently changing pixel values.
- Clipping Path - A path that is used to cut out an object in an image, allowing it to be placed on different backgrounds.
- Mask - A tool that allows you to hide or reveal parts of an image without permanently deleting anything.
- Gutter - The space between columns in a page layout.
- Layers - Separate levels that can hold different parts of an image, allowing for individual editing without affecting the rest of the image.
- Grids and Guides - Non-printing lines that help align objects and text for precise placement.
- Gradient Tool - Allows you to fill an area with a smooth transition between multiple colors.
- Opacity - Controls the transparency level of a layer, allowing underlying layers to be seen through.
25 Clues: Gutter - The space between columns in a page layout. • - Softens the edges of a selection or shape for a smoother transition. • Text Wrap - Controls how text flows around objects such as images or shapes. • Pen Tool - Creates precise paths that can be used for selection or creating shapes. • ...
Crossword Puzzle For Wonder 2025-02-24
Across
- what grade is August in
- the girl that sits with August in page 51
- the costume that August wore instead of Boba Fett
- The name of the principal
- The name of the Pullman family pet
Down
- "_______ = Rules about really important things"
- August's favorite holiday
- The place that Via stayed in with Grans when she was 11 for 4 weeks
- The older sister of August
- The name of the character that starts the book
10 Clues: what grade is August in • August's favorite holiday • The name of the principal • The older sister of August • The name of the Pullman family pet • the girl that sits with August in page 51 • The name of the character that starts the book • "_______ = Rules about really important things" • the costume that August wore instead of Boba Fett • ...
Passport 1 Crossword 2026-02-13
Across
- A place where planes take off and land. (7)
- The reason for doing something (e.g., "business" or "vacation"). (7)
- A building where travelers pay to sleep. (5)
- The first meal of the day. (9)
- The amount of money you have to pay for something. (4)
- To pay money to use something for a short time (like a car or DVD). (4)
- A way to pay without using cash (usually with a card). (6)
- You do this to wash your body while standing up. (6)
- The area in a station where you stand and wait for the train. (8)
- What you check on a clock or watch. (4)
- Saturday and Sunday. (7)
Down
- An official document you need to enter a foreign country. (8 letters)
- A large bag with a handle used for carrying clothes when traveling. (8)
- The money used in the USA, Canada, and Australia. (6)
- A journey or holiday. (4)
- A vehicle that runs on tracks and pulls many cars. (5)
- Booking a hotel room or restaurant table before you arrive. (11)
- Visiting famous places and taking photos as a tourist. (11)
- A drawing of a town or country that shows you how to get places. (3)
- A piece of paper that allows you to take a train or enter a movie. (6)
- The opposite of "expensive." (5)
- When a machine is damaged and not working. (6)
22 Clues: Saturday and Sunday. (7) • A journey or holiday. (4) • The first meal of the day. (9) • The opposite of "expensive." (5) • What you check on a clock or watch. (4) • A place where planes take off and land. (7) • A building where travelers pay to sleep. (5) • When a machine is damaged and not working. (6) • You do this to wash your body while standing up. (6) • ...
No quiz week 2025-04-11
Across
- new alb merger sounds like an ex-italian defender (5)
- Now in cabinet (6)
- important streets for long distance movement (3)
- the home of The planning profession (4)
- quiz master (5)
- handle with care (5)
- ps that is leaving (9)
- big planning application (3)
- Workplace that will be missed (8,5)
- A modern ferry to cross the waters (3)
- order to end (8,2)
- crack in the road (7)
- southern-most office location (8)
- famed cake maker (6)
- we have a new tool to measure this (12)
- final steer for clearance (5)
- DLUHC (5)
- active travel machine (7)
- ukrainian city subject of a dft strategy (7)
- The old gang (4)
Down
- rules of the road (7,4)
- instead of predicting, lead with this (6)
- oft confused with appraisal (10)
- after growth there is (5)
- The emperor has new clothes? (3,5)
- station-led housing (3)
- something done for peers historically (6)
- pavement (7)
- special leave in may (9)
- Warehouse chic flying station (5)
- trains stop here (7)
- spatial considerations (4,3)
- momentary change to street (4)
- eastern european football fan (someone in the planning division)
- walking route (4)
- Not a nuclear power station (8)
- alb for human powered movement (3)
- people exploring changes to major consents (3)
- Before growth, what was there? (9,2)
- greek warrior king and known dft surname(9)
- more than one transport option considered (5,5)
41 Clues: DLUHC (5) • pavement (7) • quiz master (5) • The old gang (4) • walking route (4) • Now in cabinet (6) • order to end (8,2) • handle with care (5) • trains stop here (7) • famed cake maker (6) • crack in the road (7) • ps that is leaving (9) • rules of the road (7,4) • station-led housing (3) • special leave in may (9) • after growth there is (5) • active travel machine (7) • ...
