www.abozeb.com/video/الطالب-ينيك-مع%D9%8 Crossword Puzzles

CHAT E VIDEO CONFERENCIA 2021-01-20

CHAT E VIDEO CONFERENCIA crossword puzzle
Across
  1. Sigla do primeiro nome dado à primeira ferramenta Chat;
  2. Tipo de comunicação presencial, mas que pode ser realizada à distância graças às videoconferências.
  3. Sigla da modalidade de educação em que o processo de ensino aprendizagem é caracterizado pelo distanciamento físico e temporal entre alunos e professores, e marcado pela mediação das tecnologias.
  4. Postura exigida ao professor na Ead e no uso do chat como ferramenta pedagógica, que consiste em incentivar, motivar e propor meios para o aluno aprender por conta própria.
  5. Sigla do programa que busca ampliar e interiorizar a oferta de cursos e programas de educação superior, por meio da educação a distância.
  6. É o profissional que oferece o suporte para os alunos e para o professor, estabelecendo um contato mais próximo e constante com o aluno para facilitar o seu desenvolvimento e aproveitamento nas disciplinas na modalidade EaD.
  7. Ferramenta que possibilita a comunicação face a face entre os sujeitos mesmo que estejam distantes, superando a distância geográfica e favorecendo a interatividade e que pode ser utilizada como recurso pedagógico na Educação a Distância.
  8. Termo utilizado como sinônimo para as videoconferências, mas que na verdade se diferencia nos equipamentos e ferramentas utilizadas, envolvendo equipamentos mais simples e ferramentas mais variadas, ao contrário das videoconferências que utilizam equipamentos mais profissionais e ferramentas básicas.
  9. Que ocorre em tempo real e ao mesmo tempo.
  10. Ferramenta usualmente utilizada pelos professores nas videoconferências devido ao desconhecimento de outras ferramentas por falta de tempo.
  11. Antiga plataforma de chat da Microsoft, hoje desativada.
  12. Aplicativo de smartphone que consiste em uma plataforma de chat muito utilizado atualmente para troca de mensagens curtas e instantâneas que pode ser utilizado como ferramenta pedagógica.
  13. Psicólogo que aponta a interação social como o meio para o desenvolvimento cognitivo humano e que tem a linguagem como pilar central de suas teorias.
  14. O que é necessário para uma boa videoconferência, mas que geralmente apresenta problemas, sendo uma das principais dificuldades em trabalhar com a videoconferência.
  15. Principal tipo de linguagem utilizada nos chats caracterizada por gírias, abreviações e pouca preocupação ortográfica.
Down
  1. Característica da linguagem de alternância entre o momento de ouvir e o momento de falar que ocorre na comunicação entre os sujeitos.
  2. Duas ações necessárias que devem ser tomadas pelo professor antes de utilizar ferramentas como o chat e a videoconferência no processo de ensino aprendizagem.
  3. Ícones utilizados em chats para representar expressões faciais, tais como sorriso, choro, beijo, raiva etc.
  4. Programador finlandês que imaginou, criou, organizou e implementou o primeiro Internet Relay Chat (IRC).
  5. Proposta de ensino para as aulas de Matemática que busca propor inicialmente problemas para que os alunos desenvolvam soluções por conta própria e de forma aberta e, a partir disso, aprendam os conceitos matemáticos e que representa uma grande estratégia a ser utilizada em videoconferências e na Educação à Distância.
  6. Capacidade de independência e protagonismo na construção do conhecimento que pode ser desenvolvida no aluno por meio do Chat.
  7. Plataforma da Google de comunicação para criação de videoconferências com capacidade para enviar mensagens instantâneas, chat de vídeo, SMS e VoIP (chamadas telefônicas por internet).
  8. Modelo de Educação a Distância caracterizado por interações mais amplas entre aluno- professor e aluno-aluno onde os recursos de comunicação virtual como o chat são utilizados de maneira mais intensa pelo professor.
  9. Importante equipamento para realização de videoconferências que possibilita a captação de imagem e vídeo.
  10. É o profissional que é responsável pela disciplina e pela elaboração e construção de materiais e que trabalha em parceria com o tutor na modalidade EaD.
  11. Consiste na assessoria e suporte dado aos alunos por um tutor a fim de melhorar o desenvolvimento e aproveitamento do mesmo e aprimorar o aprendizado.na modalidade EaD
  12. Ponto positivo que o uso das videoconferências traz para o aluno e para o professor em razão de se utilizar uma tecnologia de ponta no ensino aprendizado.
  13. Ferramenta que possibilita o diálogo em tempo real e que pode ser utilizado como um ambiente de discussões e reflexões para promoção da aprendizagem.
  14. Sigla das novas tecnologias que vêm alterando de forma contundente o modo como as pessoas se relacionam.
  15. Representação gráfica e simbólica de algo, sendo predominante nos chats.

30 Clues: Que ocorre em tempo real e ao mesmo tempo.Sigla do primeiro nome dado à primeira ferramenta Chat;Antiga plataforma de chat da Microsoft, hoje desativada.Representação gráfica e simbólica de algo, sendo predominante nos chats.Tipo de comunicação presencial, mas que pode ser realizada à distância graças às videoconferências....

Video Game Design Puzzle 2016-12-26

Video Game Design Puzzle crossword puzzle
Across
  1. To check to see if some condition has been met, you may use a simple this statement?
  2. Code control flow statement, which allows code to be executed repeatedly?
  3. What code snippet calculated angle of rotation?
  4. This type of update is called after all other calculations?
  5. Main light used in a scene.
  6. This type of update is used before physics?
  7. These variables you set within the Unity game environment?
  8. Common programming languages used in video game development?
  9. Collider used for spherical objects?
  10. Predefined game object with components, used to make instances within a game development?
  11. Collider used for cube shape objects?
  12. Needed for any object in motion, for physics calculations?
  13. Gives the x,y,z value for an object in space?
  14. Gives accent light to edges, possibly with a color?
  15. Can be used to link objects in order of importance?
  16. Script variable which can't be accessed by other scripts?
  17. Y Axis color?
Down
  1. When you use a keyboard, mouse, or joystick to interact with a game?
  2. Used to give object physical presence, so objects don't pass through one another?
  3. Can be used to organize game objects, like a folder?
  4. X Axis color?
  5. Collider used for complex shaped geometry?
  6. To get rid of a game object, and any reference to it, including child objects, use?
  7. file naming convention where you capitalize between words rather than using spaces, dashes, or hyphens?
  8. Z Axis color?
  9. To calculate any interactions, the collider must be set as?
  10. Fills in details not lit by the main light?
  11. Another popular coding language for video games?
  12. This type of update is called before each frame?

29 Clues: X Axis color?Z Axis color?Y Axis color?Main light used in a scene.Collider used for spherical objects?Collider used for cube shape objects?Collider used for complex shaped geometry?This type of update is used before physics?Fills in details not lit by the main light?Gives the x,y,z value for an object in space?...

Audio/video Test Review 2016-09-01

Audio/video Test Review crossword puzzle
Across
  1. light separates object from background.
  2. "Film speed" determines sensitivity to light
  3. basic pitch of sound and measured in Hertz.
  4. key light, fill light, and back lights. Can be a simple starting point
  5. comes directly from the source; not diffused.
  6. sharpness or clarity of an image.
  7. light created bu the use of flash.
  8. shows placement of all lighting instruments.
  9. light illuminate your background and set.
  10. Balance Gives the camera a "true" white, adjusting all other colors accordingly.
  11. light illuminates shadows but has no direction.
Down
  1. light that's been spread out to cover a large area.
  2. form of ownership in original works of authority.
  3. non-direct, soft lighting that comes from no direct source.
  4. Speed allows you to shoot moving objects without blur.
  5. Minimum Object Distance.
  6. light that is not man-made.
  7. picks up sound in all directions.
  8. domain works are available for anyone to use for any purpose.
  9. take at least two shots of every scene or object.
  10. Zoom focal length doesn't change, the camera enlarges the image.
  11. main light in photograph
  12. measure in decibels and acoustic power.
  13. work of the author.
  14. measures sound

25 Clues: measures soundwork of the author.Minimum Object Distance.main light in photographlight that is not man-made.picks up sound in all directions.sharpness or clarity of an image.light created bu the use of flash.light separates object from background.measure in decibels and acoustic power.light illuminate your background and set....

Spanish Vocab: Video Games 2022-06-06

Spanish Vocab: Video Games crossword puzzle
Across
  1. el teclado: used to enter words or characters
  2. tarjeta gráfica: required for the latest games to run properly
  3. a Spanish cognate, used to see what you are doing in the game
  4. el controlador de la consola: used to operate consoles
  5. descargar: another way of saying install
  6. los videojuegos: term for playing video games
  7. juego de rol: a genre where the hero must travel in a fantasy land as part of a quest, but it doesn't always have to be in a fantasy world
  8. juego de lucha: a genre in which characters fight to see who is the strongest
  9. el/la jefe/a: an enemy in a game that is much tougher than other enemies
  10. juego de aventura: a genre that involves the hero exploring the area or solving puzzles
  11. el disco: one way of storing a video game, also used for DVDs and CDs
Down
  1. la videoconsola: used to play video games
  2. juego de Platformer: a genre in which the hero must dodge obstacles to reach a goal
  3. el duendecillo: models of characters in games
  4. deriva del controlador: another way of saying that your joystick is moving by itself
  5. el videojuego: exactly what this unit is about
  6. la computadora: an alternative to consoles that can also be used for work or web browsing
  7. el control/el botón: how to operate a control to play a video game
  8. el cartucho: another way of storing games, not used very often today except for Switch games
  9. instalar: how games and other apps are added on consoles and computers
  10. el ratón/el mouse: used to click icons

21 Clues: el ratón/el mouse: used to click iconsdescargar: another way of saying installla videoconsola: used to play video gamesel duendecillo: models of characters in gamesel teclado: used to enter words or characterslos videojuegos: term for playing video gamesel videojuego: exactly what this unit is about...

Food Handling Safety Video 2023-09-22

Food Handling Safety Video crossword puzzle
Across
  1. Removes dirt, grease, and food particles (surface area/visually clean)
  2. Temperatures, where pathogens/bacteria can survive, are 41 - 135 degrees
  3. Pathogen affecting raw veggies, meat, and water
  4. the temperature outside the item
  5. Cleaning your hands with soap and warm water, for 20 secs
  6. the action or process of making ready or being made ready for use
  7. Pathogen found in cantaloupe, deli meat, and bean sprouts
  8. Kills microscopic organisms/ germs you can’t see
  9. Active pathogens move from one type of food to another where they are not typically found.
  10. Pathogen found in meat, peanut butter, eggs, and raw veggies
Down
  1. process of partial sterilization,
  2. a covering for the hand for protection
  3. eating an organism on food that causes disease can cause
  4. the temperature inside the item
  5. the outside part or uppermost layer of something
  6. a bacteria, virus, or other microorganism that can cause disease
  7. a piece of fine mesh fabric for confining the hair.
  8. pathogen found in shellfish, salad, greens, and fruits.
  9. the end of a period of time
  10. First in First out
  11. Washing your hands, sneezing on your elbows, taking off jewelry, etc.
  12. United States Department of Agriculture.

22 Clues: First in First outthe end of a period of timethe temperature inside the itemthe temperature outside the itemprocess of partial sterilization,a covering for the hand for protectionUnited States Department of Agriculture.Pathogen affecting raw veggies, meat, and waterthe outside part or uppermost layer of something...

Mom Friendly Video Games 2025-04-19

Mom Friendly Video Games crossword puzzle
Across
  1. Cooking the chicken food
  2. Bubbul_____
  3. It takes two
  4. Hestu thing
  5. Best way to make light
  6. D2 final title
  7. Evil Karen nightmares
  8. Dice game
  9. Stay a while and
  10. Karen likes to drop rocks on
Down
  1. Mom got stuck here
  2. The one who
  3. The best thing to in COTL
  4. Karens fave
  5. age of
  6. Best Shrines
  7. Karens champion
  8. bird boi TOTK
  9. Raven Spooky D2 boss
  10. Best item in echoes of wisdom

20 Clues: age ofDice gameThe one whoBubbul_____Karens faveHestu thingIt takes twoBest Shrinesbird boi TOTKD2 final titleKarens championStay a while andMom got stuck hereBest way to make lightCooking the chicken foodRaven Spooky D2 bossThe best thing to in COTLEvil Karen nightmaresKaren likes to drop rocks onBest item in echoes of wisdom

Crucigrama sobre el video 2025-09-25

Crucigrama sobre el video crossword puzzle
Across
  1. → Saber adquirido y compartido digitalmente.
  2. → Trabajo conjunto en entornos digitales.
  3. → Vivir en armonía en espacios virtuales.
  4. → Cumplir obligaciones al usar internet.
  5. → Intercambio de mensajes en línea.
  6. → Conjunto de datos que representan a un usuario en línea.
  7. → Capacidad de generar ideas nuevas con tecnología.
  8. → Relacionado con tecnología y medios electrónicos.
  9. Humanos → Garantías básicas aplicables también en línea.
  10. → Espacio virtual de interacción en internet.
  11. Digitales → Garantías de los usuarios en línea.
  12. → Acción de comunicarse en plataformas digitales.
  13. → Principio de equidad en el acceso digital.
  14. → Actividades laborales en espacios digitales.
  15. Digital → Imagen y datos de una persona en la red.
  16. → Adquisición de conocimientos en línea.
  17. → Derecho de expresarse en internet.
  18. → Derecho a controlar la información personal.
  19. → Comprender emociones de otros en internet.
Down
  1. → Conexión mundial gracias a la tecnología.
  2. → Reglas de comportamiento en la red.
  3. → Datos organizados que transmiten conocimiento.
  4. → Acceso digital sin discriminación.
  5. → Acoso a través de medios digitales.
  6. → Acceso no autorizado a sistemas digitales.
  7. → Grupo de personas conectadas digitalmente.
  8. → Plataformas digitales de interacción.
  9. → Conjunto de conocimientos y prácticas digitales.
  10. → Herramientas digitales para aprender y trabajar.
  11. → Protección contra amenazas digitales.
  12. News → Noticias falsas que circulan en internet.
  13. → Creación de nuevas soluciones digitales.
  14. → Principios que guían la conducta en línea.
  15. → Normas de cortesía en Internet.
  16. → Facultades que garantizan la protección del usuario digital.
  17. → Conjunto de principios morales en la red.
  18. → Espacio digital para actividades específicas.
  19. → Derechos y deberes en la sociedad digital.
  20. → Valor necesario para la convivencia digital.
  21. → Uso del ciberespacio para aprender.

40 Clues: → Normas de cortesía en Internet.→ Intercambio de mensajes en línea.→ Acceso digital sin discriminación.→ Derecho de expresarse en internet.→ Reglas de comportamiento en la red.→ Acoso a través de medios digitales.→ Uso del ciberespacio para aprender.→ Plataformas digitales de interacción.→ Protección contra amenazas digitales....

Crossword 2 2014-11-16

Crossword 2 crossword puzzle
Across
  1. A dog - or a 'speaker driver (6)
  2. Woody.....(8)
  3. Single box music system from Cyrus (5)
  4. aptX is a codec for what wireless system? (9)
  5. Early electronic instrument controlled by hand movements (8)
  6. Invented the phonograph in 1877 (12)
  7. Famous for its electrostatic loudspeakers (4)
  8. Pixies album (9)
  9. A Lancashire town - or the first voice heard on Radio 1 (9)
  10. Where the Beatles recorded (9)
  11. Not digital (8)
  12. Home of the annual National Audio Show (11)
  13. Hi-fi retailer....and a Kent town (9)
  14. Developed the CD system alongside Sony (7)
  15. The firm founded by Spencer and Dorothy Hughes (7)
  16. Salisbury-based hi-fi company (4)
Down
  1. French amplifier maker (8)
  2. Helps keep amplifiers cool (8)
  3. Hi-Fi World editor (11)
  4. Expensive tweeter material (9)
  5. Quasi-ribbon speaker developer (11)
  6. This company supplied amplification for Woodstock (8)
  7. Classic studio tape machine (6)
  8. Tannoy Kensington GRs are what? (12)
  9. German loudspeaker giant (7)
  10. Bohemian...... (8)
  11. Company behind the Newton personal assistant (5)
  12. Bassist with The Clash (7)

28 Clues: Woody.....(8)Not digital (8)Pixies album (9)Bohemian...... (8)Hi-Fi World editor (11)French amplifier maker (8)Bassist with The Clash (7)German loudspeaker giant (7)Helps keep amplifiers cool (8)Expensive tweeter material (9)Where the Beatles recorded (9)Classic studio tape machine (6)A dog - or a 'speaker driver (6)...

U02 Learning Aim B – Crossword (Internal Components & Data Flow) 2026-04-01

U02 Learning Aim B – Crossword (Internal Components & Data Flow) crossword puzzle
Across
  1. (6) Number system using 0 and 1
  2. (9) CPU with multiple processing cores
  3. (3) Component that processes graphics
  4. (8) 1024GB Unit of data storage
  5. (8) 1024MB Unit of data storage
  6. (10) Hardware that processes audio
  7. (12) Part of CPU that manages operations
  8. (8) Carries data between components
  9. (3) Permanent memory storing startup instructions
  10. (9) Component that removes heat from CPU
  11. (11) Speed at which CPU processes instructions
  12. (3) Smallest unit of data
Down
  1. (11) Carries control signals
  2. (13) Hardware that handles display output
  3. (5) Very fast memory used by CPU
  4. (11) Main circuit board connecting all components
  5. (8) 1024KB Unit of data storage
  6. (7) Data in binary form
  7. (9) Small storage locations inside CPU
  8. (4) Group of 8 bits
  9. (8) Continuous signal data
  10. (16) Storage device with spinning disks
  11. (3) Component that processes instructions
  12. (11) Carries memory location information
  13. (3) Temporary memory used while computer is running
  14. (3) Part of CPU that performs calculations and logic
  15. (17) Fast storage with no moving parts
  16. (8) 1024 byte Unit of data storage

28 Clues: (4) Group of 8 bits(7) Data in binary form(3) Smallest unit of data(8) Continuous signal data(11) Carries control signals(6) Number system using 0 and 1(8) 1024KB Unit of data storage(8) 1024GB Unit of data storage(8) 1024MB Unit of data storage(5) Very fast memory used by CPU(10) Hardware that processes audio(8) 1024 byte Unit of data storage...

Remember 2026-05-11

Remember crossword puzzle
Across
  1. Bro. Peck's wife
  2. Thou art a ____ people unto the Lord (7)
  3. Where Bro. Peck served his mission
  4. He gives the power to get _____ (8)
  5. A good ____ of books and waters (8)
  6. Man doth not live by ______ alone (8)
  7. Love the Lord with all they _____ (6)
  8. Write them on the posts of they ______ (6)
  9. The Lord is a _____ God (7)
  10. Talk of them when you sit in your _____ (6)
  11. When thy son ____ thee in time to come (6)
  12. ______ keep the commandments of God (6)
Down
  1. Thou shalt ____ the Lord thy God (6)
  2. God keeps covenants and _____ (7)
  3. Forgetting shows in not keeping His ______ (8)
  4. The Lord is ____ Lord (6)
  5. Bro. Peck's favorite sport
  6. Remember all the ___ the Lord led thee (8)
  7. Teach them diligently to thy ______ (6)
  8. These _____ shall be in thine heart (6)
  9. Bind them for a sign upon thine ____ (6)
  10. When you heart is lifted up, you may _____ the Lord (8)
  11. Thou shalt well _____ what the Lord did (7)
  12. Because the Lord _____ you (7)
  13. Beware lest thou ____ the Lord (6)
  14. Ye shall go after no other ____ (6)
  15. Thou shalt _____ the Lord thy God (8)

27 Clues: Bro. Peck's wifeThe Lord is ____ Lord (6)Bro. Peck's favorite sportThe Lord is a _____ God (7)Because the Lord _____ you (7)God keeps covenants and _____ (7)Where Bro. Peck served his missionBeware lest thou ____ the Lord (6)He gives the power to get _____ (8)A good ____ of books and waters (8)Ye shall go after no other ____ (6)...

Mrs. Shein's 5th Grade "SHEIN"-ing STARS! 2022-08-03

Mrs. Shein's 5th Grade "SHEIN"-ing STARS! crossword puzzle
Across
  1. Birthday is 2/4/2012 and has dark brown hair
  2. Likes pasta and football
  3. Loves football and basketball
  4. Loves book "Wings of Fire," and video games
  5. Loves math and dance and has 2 brothers
  6. Loves the monkey bars and doing front flips
  7. Has 4 siblings, plays drums and violin, and is an artist
  8. Boy Scout, collects Pokémon cards and acts
  9. Loves to read, loves apples, has 3 siblings
  10. Likes fishing and football, loves tigers
Down
  1. Loves soccer, baseball, and has 1 sibling
  2. Loves wrestling and video games
  3. Born in 2011 and has 2 siblings
  4. Born in CA, has 2 brothers and lived in Hawaii
  5. Loves to surf, the colors red, white and blue, and soccer
  6. Favorite food is sushi and is a creative writer
  7. Loves sports, soccer, ice cream, and family
  8. Loves Lego, basketball and video games
  9. Loves musicals, orange, has 2 dogs
  10. Loves soccer and doesn't like ice cream
  11. Born in 2011, wears glasses and has brown hair
  12. Favorites: light pink, sushi, drawing, reading

22 Clues: Likes pasta and footballLoves football and basketballLoves wrestling and video gamesBorn in 2011 and has 2 siblingsLoves musicals, orange, has 2 dogsLoves Lego, basketball and video gamesLoves math and dance and has 2 brothersLoves soccer and doesn't like ice creamLikes fishing and football, loves tigersLoves soccer, baseball, and has 1 sibling...

All AboUt ME(: 2023-03-17

All AboUt ME(: crossword puzzle
Across
  1. my favorite legend of zelda dragon
  2. my favorite blooket blook
  3. my favorite blooket game
  4. my favorite fruit
  5. my favorite candy
  6. how many chromas do I own in blooket
  7. my favorite anime character
  8. my favorite girl scout cookie
  9. my favorite color
  10. the original state i lived in
  11. my roblox username(all lowercase)
  12. what are the chroma(s) that I own in blooket
  13. the city i live in
  14. my favorite book
  15. my favorite smell
  16. my favorite comic strip
Down
  1. the title of that book that i am writing
  2. my favorite anime
  3. my favorite main character from my favorite video game
  4. my favorire video game
  5. my favorite pet(please put "the" and then the type of animal after you type her name)
  6. my gamer name(all lowercase)
  7. my favorite ice cream flavor
  8. my favorite sport
  9. my bff
  10. my favorite regular emoji
  11. my favorite letter emoji
  12. my favorite animal
  13. my favorite manga
  14. my favorite tv sitcom
  15. my favorite side character from my favorite video game

31 Clues: my bffmy favorite bookmy favorite animemy favorite fruitmy favorite sportmy favorite candymy favorite colormy favorite mangamy favorite smellmy favorite animalthe city i live inmy favorite tv sitcommy favorire video gamemy favorite comic stripmy favorite blooket gamemy favorite letter emojimy favorite blooket blookmy favorite regular emoji...

25 Ways to Make Money With Your Message 2015-03-26

25 Ways to Make Money With Your Message crossword puzzle
Across
  1. More heads are better than one.
  2. Downloadable file you need Adobe Acrobat to open.
  3. Guiding people through questions and accountability.
  4. Step-by-step how-to video.
  5. Create a graphic to communicate information.
  6. Sharing information in a class or course.
  7. Worksheets given out at an event.
  8. Upload this to iTunes.
  9. Create once, sell over and over again.
  10. Solving problems and creating systems.
  11. Motivating with your message.
  12. Worksheets centered around a topic, accompanies a book or workshop.
  13. Practice where learners apply what they have been taught.
  14. Spend two or three days teaching a small group.
Down
  1. Convert your video to this so people can listen.
  2. Downloadable forms you can use over and over.
  3. Live hands-on course.
  4. Teaching through email.
  5. List of questions and answers.
  6. Multiple interviews over multiple days.
  7. Courses elearning, classes via internet.
  8. Record and upload to YouTube.
  9. A list of steps to guide you through a process.
  10. Upload to Amazon for Kindle readers.
  11. Teach on-line with slides and screenshares.

25 Clues: Live hands-on course.Upload this to iTunes.Teaching through email.Step-by-step how-to video.Record and upload to YouTube.Motivating with your message.List of questions and answers.More heads are better than one.Worksheets given out at an event.Upload to Amazon for Kindle readers.Create once, sell over and over again....

TTS BERITA & VLOG 2023-10-04

TTS BERITA & VLOG crossword puzzle
Across
  1. berita mengenai pendapat, pernyataan, atau gagasan seseorang
  2. Penggunaannya pun sederhana dan komunikatif dapat mempengaruhi pembaca dengan apa yang terjadi
  3. bagian awal berita yang memuat banyak informasi penting
  4. Teks yang tertulis dalam kode rahasia
  5. berita yang masih hangat
  6. bahasa yang bersumber pada PUEBI dan KBBI
  7. teks yg mendorong atau membujuk khalayak
  8. berita yang dikembangkan melalui pendapat atau penilaian
  9. kalimat pendek menarik yang mudah diingat
  10. Berisi konten tulisan berbentuk cerita pengalaman pribadi, opini
  11. Berita yang disampaikan sesuai keadaannya tanpa melibatkan pandangan
  12. berita yang penting, paling terkini, terbaru
  13. Berisi kejadian yang sifatnya nyata dan benar-benar terjadi
Down
  1. Informasi tambahan yang kurang penting dalam sebuah teks berita diletakan di bagian
  2. kata-kata akhir suatu uraian berita
  3. Menyimpan Dalam Bentuk Video Atau Suara
  4. iklan yang berupa berita
  5. potongan video/film
  6. Meliput sebuah peristriwa yang sedang terjadi
  7. Vlog yang di ambil menggunakan kamera statis
  8. kantor berita di yunani
  9. Orang yang bergerak dalam penyiaran berita
  10. Kalimat yang digunakan dalam teks berita
  11. digunakan untuk menanyakan alasan atau latar belakang terjadinya peristiwa
  12. Video berisi tentang perjalanan ke berbagai tempat

25 Clues: potongan video/filmkantor berita di yunaniiklan yang berupa beritaberita yang masih hangatkata-kata akhir suatu uraian beritaTeks yang tertulis dalam kode rahasiaMenyimpan Dalam Bentuk Video Atau Suarateks yg mendorong atau membujuk khalayakKalimat yang digunakan dalam teks beritabahasa yang bersumber pada PUEBI dan KBBI...

Teknologi 2023-11-02

Teknologi crossword puzzle
Across
  1. Mesin pencari internet paling populer.
  2. Platform video pendek yang booming.
  3. Brand ponsel lainnya dari China.
  4. Merek ponsel populer asal Korea Selatan.
  5. Platform belanja online terbesar di Indonesia.
  6. Platform belanja online lainnya di SEA.
  7. Kompetitor Tokopedia di pasar online.
  8. Merek ponsel yang berasal dari China.
  9. Earphone nirkabel dari Apple.
  10. Layanan email dari Google.
  11. Brand tech besar dari China.
  12. Media sosial dengan cuitan 280 karakter.
  13. Produsen gadget dengan harga terjangkau.
  14. Layanan streaming musik populer.
Down
  1. Platform untuk berbagi dan menonton video.
  2. Layanan streaming film dan seri TV.
  3. Layanan ojek online asal Indonesia.
  4. Produk smartphone terkenal dari Apple.
  5. Teknologi layar dengan warna cerah.
  6. Platform media sosial untuk berbagi foto.
  7. Saingan Gojek di industri ride-hailing.
  8. Aplikasi chat dengan fitur privasi tinggi.
  9. Sistem operasi untuk kebanyakan smartphone.
  10. Komputer yang bisa dibawa kemana-mana.
  11. Teknologi nirkabel untuk mengirim data.
  12. Platform video call yang populer selama pandemi.
  13. Port untuk menghubungkan perangkat.
  14. Teknologi nirkabel untuk akses internet.
  15. Aplikasi chat yang dimiliki oleh Facebook.
  16. Teknologi yang memberikan pengalaman dunia maya.

30 Clues: Layanan email dari Google.Brand tech besar dari China.Earphone nirkabel dari Apple.Brand ponsel lainnya dari China.Layanan streaming musik populer.Layanan streaming film dan seri TV.Layanan ojek online asal Indonesia.Platform video pendek yang booming.Teknologi layar dengan warna cerah.Port untuk menghubungkan perangkat....

21st Century Literature Crossword Puzzle 2025-02-17

21st Century Literature Crossword Puzzle crossword puzzle
Across
  1. A website featuring regularly updated articles expressing personal opinions
  2. STRATEGIES Helps to understand, interpret, and evaluate texts
  3. Using multimedia in education _the learning experience
  4. A presentation tool, such as PowerPoint
  5. A literary __ may be presented in a video
  6. A tool to help one __ new insights
  7. The ability to learn and share in a group
  8. Electronic media that records moving visuals
  9. To make something clear or to state meaning
Down
  1. Encompasses text, graphics, animations, audio, and video
  2. Can be used for __ such as with mobile phone text tula
  3. Multimedia can be digitally ___ and TRANSMITTED
  4. To process and use ideas to build something from text
  5. A form of visual communication
  6. The action of constructing and reconstructing ideas
  7. CLOUD - A visual representation showing word frequency in a text
  8. A word or tag showing frequency in a text
  9. TULA- A Filipino poem of 4 lines with 7 syllables each, such as the tanaga
  10. To look over carefully or discuss to understand it
  11. MAPPING - A graphical technique to visualize connections among ideas

20 Clues: A form of visual communicationA tool to help one __ new insightsA presentation tool, such as PowerPointA literary __ may be presented in a videoA word or tag showing frequency in a textThe ability to learn and share in a groupTo make something clear or to state meaningElectronic media that records moving visuals...

week 11 2026-02-11

week 11 crossword puzzle
Across
  1. tool used to understand the suspect
  2. experts helping analyze the video
  3. object used to carry the weapon
  4. ongoing effort to solve the case
  5. video evidence released to the public
  6. missing woman whose case led the fbi to release new images
  7. athletes competing in the winter games
  8. payment requested by the suspected kidnappers
  9. official who reportedly shared information with the fbi
  10. state where the disappearance happened
  11. person seen on surveillance footage
Down
  1. operations center set up for the search
  2. large operation focused on finding the victim
  3. message demanding money for the victim
  4. documents discussed in another major report
  5. federal agency leading the investigation
  6. clothing worn by the person in the video
  7. information authorities are asking people to provide
  8. television host asking the public for help finding her mother
  9. device the suspect tried to disable
  10. florida area mentioned in the documents
  11. item investigators noticed the suspect carrying
  12. city connected to the investigation
  13. international sporting event also covered in the broadcast
  14. money offered for helpful information

25 Clues: object used to carry the weaponongoing effort to solve the caseexperts helping analyze the videotool used to understand the suspectdevice the suspect tried to disablecity connected to the investigationperson seen on surveillance footagevideo evidence released to the publicmoney offered for helpful informationmessage demanding money for the victim...

Communication Tools 2026-02-20

Communication Tools crossword puzzle
Across
  1. To create and design a website
  2. How others communicate with very quickly
  3. a open source that supports multiple accounts
  4. how others can communicate by seeing each other face to face while working
  5. popular for Windows and macOS
  6. How others can communicate with each other
  7. How people can talk and see each other
  8. Made for communicating for a team collaboration
  9. Made for conferencing made for meeting
  10. An email application from Microsoft
  11. Made for marketing and training
Down
  1. For large group chats and high speed messaging
  2. to communicate and find people with similar interests
  3. Designs content for websites
  4. Made for job searching and job communicating
  5. How to communicate while on a call
  6. A place to share messages, photos, stickers, and even video calls
  7. Made for video and recording media
  8. A communication toll for teams and individuals
  9. Made for security for text, voice, and video calls
  10. A website builder
  11. To create and design a picture, platforms, posters and more
  12. A conferencing service made by google
  13. Made for media sharing

24 Clues: A website builderMade for media sharingDesigns content for websitespopular for Windows and macOSTo create and design a websiteMade for marketing and trainingHow to communicate while on a callMade for video and recording mediaAn email application from MicrosoftA conferencing service made by googleHow people can talk and see each other...

Pasar global 2024-11-22

Pasar global crossword puzzle
Across
  1. Hambatan komunikasi antar budaya
  2. Kemampuan untuk memperluas koneksi dan relasi
  3. Jenis media yang sering di gunakan untuk promosi produk dan membangun citra perusahaan melalui visual
  4. tantangan berbisnis di pasar global
  5. pasar yang mencangkup seluruh dunia
  6. Platform media sosial yang populer untuk konten visual
  7. jenis komunikasi visual yang sering di gunakan dalam presentasi bisnis
  8. Proses menyampaikan penyampaian pesan melalui gambar, video, atau grafik
  9. Untuk menekankan perbedaan, gambarkan item dalam warna, bentuk dan ukuran
  10. Perbedaan dalam cara berkomunikasi dan bertindak yang muncul karena latar belakang budaya yang berbeda
Down
  1. Proses menyesuaikan produk atau layanan agar sesuai dengan preferensi budaya lokal di pasar global
  2. Melihat suatu objek tidak hanya dari pandangan pribadi
  3. Bentuk bentuk visual di atas kertas
  4. Desain visual yang menarik dan mudah di ingat
  5. proses belajar tentang budaya lain
  6. jenis komunikasi visual yang memanfaatkan video
  7. Bentuk komunikasi visual yang menggunakan gambar untuk menyampaikan informasi
  8. Alat yang digunakan untuk menyampaikan pesan melalui gambar video dan grafis dalam komunikasi bisnis
  9. Media komunikasi visual yang efektif dan banyak di gunakan
  10. Bahasa yang digunakan dalam komunikasi internasional

20 Clues: Hambatan komunikasi antar budayaBentuk bentuk visual di atas kertasproses belajar tentang budaya laintantangan berbisnis di pasar globalpasar yang mencangkup seluruh duniaKemampuan untuk memperluas koneksi dan relasiDesain visual yang menarik dan mudah di ingatjenis komunikasi visual yang memanfaatkan video...

software dan kegunaannya 2024-09-20

software dan kegunaannya crossword puzzle
Across
  1. program untuk mengelola database
  2. program untuk membuat website
  3. aplikasi untuk melakukan konferensi video
  4. program untuk pengelolaan proyek
  5. software untuk mengembangkan aplikasi mobile
  6. sistem operasi yang populer di kalangan pengguna komputer
  7. software yang membantu dalam pengembangan aplikasi
  8. software yang digunakan untuk menggambar
  9. software yang digunakan untuk mendengarkan musik
  10. platform untuk penyimpanan dan backup data
  11. software untuk virtualisasi sistem
  12. program untuk mengolah angka dan data
  13. software untuk email dan manajemen komunikasi
  14. software untuk mengembangkan permainan
  15. program yang digunakan untuk editing video
Down
  1. program untuk analisis keamanan jaringan
  2. program untuk manajemen keuangan pribadi
  3. software yang digunakan untuk mengedit gambar
  4. program yang membantu dalam pemrograman dan debugging
  5. software untuk membuat presentasi
  6. aplikasi untuk mengatur catatan dan daftar tugas
  7. software untuk pengolahan kata
  8. software untuk peramban website lintas platform bebas dengan sumber terbuka
  9. sistem operasi open-source yang banyak digunakan
  10. software untuk pengeditan audio
  11. program yang digunakan untuk menjelajahi internet
  12. aplikasi untuk pemrograman dan script
  13. platform untuk berbagi video
  14. platform untuk berbagi file dan kolaborasi
  15. aplikasi untuk desain grafis vektor

30 Clues: platform untuk berbagi videoprogram untuk membuat websitesoftware untuk pengolahan katasoftware untuk pengeditan audioprogram untuk mengelola databaseprogram untuk pengelolaan proyeksoftware untuk membuat presentasisoftware untuk virtualisasi sistemaplikasi untuk desain grafis vektoraplikasi untuk pemrograman dan script...

Slacker Chapters 1-11 Quiz 2025-05-09

Slacker Chapters 1-11 Quiz crossword puzzle
Across
  1. PAG school advisor
  2. This dish burned and caused the firefighters to come to his house
  3. Goes to Mr. Fanshaw to complain about the PAG
  4. Cam’s _______ tell him he has one month to find something else to be interested in besides video games
  5. Cam’s friend who is actually excited about the PAG
  6. Campaign manager who loves taking pictures
  7. The new _______ was taking business away from Main Street
  8. Daphne thinks the school clubs emphasize how ____________ they were
  9. Freeland McBean’s nickname
  10. Cameron’s video game arch nemesis
Down
  1. Joins the PAG because he needs community service hours
  2. Cam's parents own a store that sells this
  3. Positive Action Group motto: “Because helping others is an __________ in itself.”
  4. Computer hacker who set up the PAG website
  5. He has created a ___________ where he does nothing but play video games
  6. Running for student body president
  7. Tries to get parents to see her brother as a slacker
  8. Cameron is a little ________ to pin down
  9. Kicked off the football team for bad grades
  10. Daphne is determined to help her beaver friend find a home

20 Clues: PAG school advisorFreeland McBean’s nicknameCameron’s video game arch nemesisRunning for student body presidentCameron is a little ________ to pin downCam's parents own a store that sells thisComputer hacker who set up the PAG websiteCampaign manager who loves taking picturesKicked off the football team for bad grades...

TTS ISTILAH TEKNOLOGI Daffa 06/12/2 2025-09-02

TTS ISTILAH TEKNOLOGI Daffa 06/12/2 crossword puzzle
Across
  1. Layanan mengambil pesanan dari kendaraan tanpa harus turun
  2. Komunikasi atau koneksi yang tidak menggunakan kabel fisik
  3. Satuan data paling kecil dalam komputasi
  4. Orang atau alat yang memicu kehebohan/opini di media sosial bisa juga alat bunyi.
  5. Kunci rahasia yang dipakai untuk masuk ke akun.
  6. Pesan yang muncul saat sebuah program atau situs mengalami kesalahan.
  7. Kegiatan jual-beli barang atau jasa melalui internet.
  8. Perlindungan hukum untuk karya tulis, musik, atau gambar
Down
  1. Kumpulan lagu atau video yang disusun untuk diputar berurutan.
  2. Teks terjemahan yang muncul di bagian bawah layar saat menonton film atau video
  3. Area tempat tersedia sinyal internet nirkabel
  4. Program komputer yang berisi instruksi agar perangkat bisa menjalankan tugas tertentu.
  5. Gambar kecil pratinjau yang mewakili video atau berkas.
  6. Pernyataan yang membatasi tanggung jawab pada situs atau dokumen.
  7. Aplikasi yang digunakan untuk menjelajah situs web.
  8. Proses memasang perangkat lunak agar bisa digunakan.
  9. Media penyimpanan komputer seperti C: atau D:.
  10. Alamat yang dapat diklik di halaman web untuk berpindah ke halaman lain.
  11. Aktivitas yang dilakukan melalui internet.
  12. Bagian alamat situs web seperti .id, .com, atau .org.

20 Clues: Satuan data paling kecil dalam komputasiAktivitas yang dilakukan melalui internet.Area tempat tersedia sinyal internet nirkabelMedia penyimpanan komputer seperti C: atau D:.Kunci rahasia yang dipakai untuk masuk ke akun.Aplikasi yang digunakan untuk menjelajah situs web.Proses memasang perangkat lunak agar bisa digunakan....

Communication 2026-03-04

Communication crossword puzzle
Across
  1. a platform created to help make websites
  2. a way to chat made by google
  3. a way to message through facebook
  4. the process of making a website
  5. a website creator made by google
  6. a way to message someone through the internet
  7. a website made for video conferencing
Down
  1. using things such as facebook and linkdin to connect with others
  2. an ai powered app to help create posts, logos, etc
  3. a way to talk in real time while seeing each other
  4. a way to quickly message people
  5. a way to email made by microsoft
  6. a way to video conference made by google
  7. a way to video conference made by apple

14 Clues: a way to chat made by googlea way to quickly message peoplethe process of making a websitea way to email made by microsofta website creator made by googlea way to message through facebooka website made for video conferencinga way to video conference made by applea platform created to help make websitesa way to video conference made by google...

Abby sunderland crossword 2020-12-09

Abby sunderland crossword crossword puzzle
Across
  1. something that can float on water
  2. a continent
  3. to recognize something
  4. A 16-year-old girl
  5. to save
  6. to make a statement
Down
  1. live video or podcast
  2. a male sibling
  3. the person directing something
  4. something on a screen
  5. when you ____ you find the value
  6. the opposite of this is an opinion
  7. something that you read
  8. to assess
  9. something that you do after reading a book

15 Clues: to saveto assessa continenta male siblingA 16-year-old girlto make a statementlive video or podcastsomething on a screento recognize somethingsomething that you readthe person directing somethingwhen you ____ you find the valuesomething that can float on waterthe opposite of this is an opinionsomething that you do after reading a book

Liam's Crossword Puzzle 2020 2020-12-22

Liam's Crossword Puzzle 2020 crossword puzzle
Across
  1. She is a nurse
  2. Loves Pickleball
  3. You're buddy at home
  4. Oldest brother at home
  5. You jump on this outside
  6. what you like to read
  7. The best gift of all
  8. Name of video game unit
  9. You find them under the tree
Down
  1. This time of year
  2. He swims with sharks
  3. Video game money
  4. You're only sister
  5. He likes to golf
  6. This time of year
  7. Your dog's name

16 Clues: She is a nurseYour dog's nameVideo game moneyLoves PickleballHe likes to golfThis time of yearThis time of yearYou're only sisterHe swims with sharksYou're buddy at homeThe best gift of allwhat you like to readOldest brother at homeName of video game unitYou jump on this outsideYou find them under the tree

Hydration & Nutrition 2020-03-03

Hydration & Nutrition crossword puzzle
Across
  1. Japanese chicken dish (5)
  2. essential micronutrient (7)
  3. mixed drink, usually alcoholic (8)
  4. Mexican fruit (7)
  5. oat bar (8)
  6. amateur popular TV cook competition (10)
  7. fine Italian red (6)
  8. Irish stout (8)
  9. evening meal (6)
  10. Japanese horseradish (6)
  11. jelly, sponge, fruit and custard (6)
  12. organ meats (5)
  13. Spanish appetizer (5)
  14. salt-cured pork usually (5)
  15. British chef and restaurateur (6,6)
  16. Traditional Scottish cuisine (6)
  17. pink fleshed fish (6)
  18. mein noodle dish (4,4)
  19. eggplant (9)
  20. also known as celery root (8)
  21. Indian spice from the ginger family (8)
  22. Hungarian soup (7)
  23. mollusc delicacy (6)
  24. Italian sweetbread (9)
  25. Creole / Cajun meal (9)
  26. cheese to gorge on (7)
  27. Christmas vegetable (6)
  28. Scottish carbonated soft drink (4,4)
  29. Cape gooseberry (8)
  30. spore-bearing fruiting body of a fungus (8)
  31. popular Indian dish (7)
  32. pomme de terre (6)
Down
  1. Spanish seafood dish (6)
  2. small sea snail (6)
  3. protein-rich grains (6)
  4. dried cured meat product (5)
  5. salt cured roe (6)
  6. French chicken dish (3,2,3)
  7. heat bath for gently heating delicate foods (4,5)
  8. tenderloin centre cut (13)
  9. Roald Dahl Giant (5)
  10. Derbyshire tart (8)
  11. middle eastern pastry (7)
  12. cylindrical lasagne (10)
  13. Good Friday spiced sweet bread (3,5,3)
  14. classic British meal (9,3)
  15. Egg picnic fare (6,3)
  16. ice cream meringue dessert (5,6)
  17. flat round cake of minced beef (9)
  18. Cuban highball cocktail drink (6)
  19. Cantonese steamed dumpling (3,3)
  20. layered sweet German pastry (7)
  21. genus of peppers (8)
  22. classic greek dish (8)
  23. special course of food (4)
  24. pearl barley dish from Italy (7)

56 Clues: oat bar (8)eggplant (9)Irish stout (8)organ meats (5)evening meal (6)Mexican fruit (7)salt cured roe (6)Hungarian soup (7)pomme de terre (6)small sea snail (6)Derbyshire tart (8)Cape gooseberry (8)Roald Dahl Giant (5)fine Italian red (6)mollusc delicacy (6)genus of peppers (8)Egg picnic fare (6,3)Spanish appetizer (5)pink fleshed fish (6)...

Social Media Unit 1 2021-01-25

Social Media Unit 1 crossword puzzle
Across
  1. live-streaming video platform
  2. network that uses radio waves
  3. video-sharing app
  4. turning point
  5. initially created to talk with college friends
  6. virtual pin-boards
  7. global professional networking
Down
  1. 140 characters or less
  2. social media timeline (date)
  3. six-second videos
  4. a failed social media app
  5. earliest app to be launched
  6. sharing picture and videos
  7. post blogs and media

14 Clues: turning pointvideo-sharing appsix-second videosvirtual pin-boardspost blogs and media140 characters or lessa failed social media appsharing picture and videosearliest app to be launchedsocial media timeline (date)live-streaming video platformnetwork that uses radio wavesglobal professional networkinginitially created to talk with college friends

Mesopotamia, China y Egipto 2026-04-15

Mesopotamia, China y Egipto crossword puzzle
Across
  1. Pueblo que conquistó Sumeria (7)
  2. Sistema para registrar ideas (10)
  3. Gobernante egipcio (6)
  4. Escritura en tablillas (11)
  5. Paso de agua artificial (5)
  6. Río principal de Egipto (4)
  7. Filósofo chino importante (8)
  8. Forma de dominio político (8)
  9. Dios egipcio de la muerte (6)
  10. Sistema de pensamiento chino (7)
  11. Río importante de Mesopotamia (6)
  12. Actividad principal económica (12)
  13. Ataúd egipcio (10)
  14. Tumbas gigantes (9)
  15. Forma de organización política (13)
  16. Dios del sol egipcio (2)
  17. Zona árida de Egipto (8)
  18. Figura con cuerpo de león (7)
  19. Pueblo guerrero de Mesopotamia (7)
  20. Templos mesopotámicos (8)
  21. Máxima autoridad china (9)
  22. Producto valioso chino (4)
Down
  1. Grupo religioso importante (10)
  2. Escritura egipcia (13)
  3. Intercambio de productos (8)
  4. Rey famoso por sus leyes (9)
  5. Invento para escribir (5)
  6. Otro río importante de China (7)
  7. Región entre dos ríos (13)
  8. Periodo de gobierno chino (8)
  9. Invento para orientarse (7)
  10. Proceso para conservar cuerpos (12)
  11. Río importante de China (7)
  12. Otro río importante de Mesopotamia (8)
  13. Ciudad importante de Mesopotamia (9)
  14. Primeros pobladores de Mesopotamia (8)
  15. Gran construcción defensiva (7)
  16. Sistema para llevar agua (5)
  17. Conjunto de leyes antiguas (6)
  18. Soporte de escritura de arcilla (9)

40 Clues: Ataúd egipcio (10)Tumbas gigantes (9)Escritura egipcia (13)Gobernante egipcio (6)Dios del sol egipcio (2)Zona árida de Egipto (8)Invento para escribir (5)Templos mesopotámicos (8)Región entre dos ríos (13)Máxima autoridad china (9)Producto valioso chino (4)Escritura en tablillas (11)Paso de agua artificial (5)Río principal de Egipto (4)...

Units 1-3 Review 2024-06-26

Units 1-3 Review crossword puzzle
Across
  1. A person sent or authorized to represent others (8)
  2. Different shades or tints of a color (4)
  3. A short journey or excursion (5)
  4. Tasks and responsibilities assigned to different branches or levels of government to serve the needs of society.
  5. To come into contact with others and communicate (8)
  6. Difficulties or misfortune (8)
  7. The various administrative tiers such as local, state, and federal
  8. To fall suddenly and clumsily (8)
  9. Not moving or not intended to be moved (9)
  10. Existing or living alone (8)
  11. Very thin and bony (6)
  12. To see or notice something (7)
Down
  1. In a scornful or disdainful manner (13)
  2. A brief or casual meeting or encounter (7)
  3. Feeling sad and depressed (8)
  4. A feeling or attitude in response to a situation (9)
  5. In a serious and determined manner (9)
  6. The rights and abilities granted to governmental bodies to govern and regulate society.
  7. Extremely large in size or extent (4)
  8. To land or settle after a flight (6)
  9. A community of people living together (7)
  10. Annoying or irritating (8)
  11. To make a firm decision (7)

23 Clues: Very thin and bony (6)Annoying or irritating (8)To make a firm decision (7)Existing or living alone (8)Feeling sad and depressed (8)Difficulties or misfortune (8)To see or notice something (7)A short journey or excursion (5)To fall suddenly and clumsily (8)To land or settle after a flight (6)Extremely large in size or extent (4)...

Rae’s cryptic crossword 2024-11-23

Rae’s cryptic crossword crossword puzzle
Across
  1. Evil in France, grateful on British Isle (5)
  2. affectionate name for stylish plastic boyfriend (7)
  3. we began caught in a difficulty or knot (4)
  4. Bill’s woman has left the hut (8)
  5. 7 letters and a broken umbrella in the street (8)
  6. musical trio tangled at net store (8)
  7. little sleep on back after improvised game (8)
  8. Teddy exclaimed following a short pain (6)
  9. storyteller’s family features a gangster! (4)
  10. saucy Italian is drunk at a bar with sophisticated robot (9)
  11. affection is doused in chlorine, and “love you” falls flat (8)
  12. boy repeating digits (4)
Down
  1. bay near to chalky shortcut (6)
  2. You’re fortunate, Miss Liu- you just need more potassium! (5)
  3. Half look after crimson-back elephant (5)
  4. hungry guest enjoys part of an ice lolly then a baked treat! (6)
  5. Alive in Yorkshire prior following the conflict (secondary) (7)
  6. band finished in a dull colour (8)
  7. Ginger slopes home (7)
  8. an engaging location, where the banshee owl stirs (10)
  9. can’t nerds find another way to rise above? (8)

21 Clues: Ginger slopes home (7)boy repeating digits (4)bay near to chalky shortcut (6)Bill’s woman has left the hut (8)band finished in a dull colour (8)musical trio tangled at net store (8)Half look after crimson-back elephant (5)Teddy exclaimed following a short pain (6)we began caught in a difficulty or knot (4)...

Rae’s cryptic crossword 2024-11-23

Rae’s cryptic crossword crossword puzzle
Across
  1. 7 letters and a broken umbrella in the street (8)
  2. alive in Yorkshire following the conflict (secondary) (7)
  3. hungry guest enjoys part of an ice lolly then a baked treat! (6)
  4. boy repeating digits (4)
  5. musical trio tangled at net store (8)
  6. evil in France, grateful on British Isle (5)
  7. an engaging location, where the banshee owl stirs (10)
  8. affectionate name for stylish plastic boyfriend (7)
  9. we began caught in a difficulty or knot (4)
  10. You’re fortunate, Miss Liu- you just need more potassium! (5)
  11. half look after crimson-back elephant (5)
  12. bay near to chalky shortcut (6)
Down
  1. storyteller’s family features a gangster! (4)
  2. saucy Italian is drunk at a bar with Ria (9)
  3. Bill’s woman has left the hut (8)
  4. sleeps on back after improvised game (8)
  5. Ginger slopes home (7)
  6. can’t nerds find another way to rise above? (8)
  7. band finished in a dull colour (8)
  8. Teddy exclaimed following a short pain (6)
  9. affection is doused in chlorine, and “love you” falls flat (8)

21 Clues: Ginger slopes home (7)boy repeating digits (4)bay near to chalky shortcut (6)Bill’s woman has left the hut (8)band finished in a dull colour (8)musical trio tangled at net store (8)sleeps on back after improvised game (8)half look after crimson-back elephant (5)Teddy exclaimed following a short pain (6)we began caught in a difficulty or knot (4)...

ELC CROSSWORD 2025-08-25

ELC CROSSWORD crossword puzzle
Across
  1. Vehicles on the road(4)
  2. Someone next door(9)
  3. Random Selections done automatically(9)
  4. Team Members(3)
  5. Gambling machines(5)
  6. Team Members(6)
  7. Promotional goods(5)
  8. Final award(8)
  9. Quick successes(11)
  10. Contest(12)
  11. Test of knowledge(4)
  12. Complimentary items(8)
  13. Drastic discount sale(8)
  14. Cards that must be rubbed to reveal(12)
  15. Having a profound impact(12)
  16. Royal Connor(8)
  17. Connor does this at 9:30 usually late(4)
  18. Play Activities(5)
  19. Chances(13)
  20. Time off(7)
  21. Companionships(11)
Down
  1. Admin(6)
  2. Search for hidden prizes(13)
  3. Attacked suddenly
  4. Group with shared interest(9)
  5. First timers(7)
  6. Completely sold(7)
  7. Admin(7)
  8. People who take the prize(7)
  9. Italian pie(5)
  10. Mischievous beings guarding treasure(11)
  11. Worker behind the scenes(5)
  12. Legendary horned horses(8)
  13. Sky display after a storm(7)
  14. Usual attendees(8)
  15. Wagering money on a chance(8)
  16. Collection of people(5)
  17. Can't fail but grab a winning ticket with this(5)
  18. Ready money(4)

39 Clues: Admin(6)Admin(7)Contest(12)Chances(13)Time off(7)Final award(8)Italian pie(5)Ready money(4)First timers(7)Team Members(3)Team Members(6)Royal Connor(8)Attacked suddenlyCompletely sold(7)Usual attendees(8)Play Activities(5)Companionships(11)Quick successes(11)Someone next door(9)Gambling machines(5)Promotional goods(5)Test of knowledge(4)...

Algebra Crossword 2025-12-15

Algebra Crossword crossword puzzle
Across
  1. - The U-shaped graph of a quadratic function (8 letters)
  2. - The solution to an equation (4 letters)
  3. - A letter that represents an unknown number (8 letters)
  4. - Where a line crosses an axis (9 letters)
  5. - A mathematical statement with an equals sign (8 letters)
  6. - A comparison using <, >, ≤, or ≥ (10 letters)
  7. - An expression with exactly two terms (8 letters)
  8. - To break down an expression into parts (6 letters)
  9. - An expression with only one term (8 letters)
  10. - The distance from zero on a number line (8 letters)
Down
  1. - The number in front of a variable (11 letters)
  2. - A type of equation with x-squared (9 letters)
  3. - All possible x-values for a function (6 letters)
  4. - The symbol for square root (7 letters)
  5. - The steepness of a line (5 letters)
  6. - The small number that shows repeated multiplication (8 letters)
  7. - An expression with multiple terms (10 letters)
  8. - Describes a straight line graph (6 letters)
  9. - The highest or lowest point of a parabola (6 letters)
  10. - All possible y-values for a function (5 letters)

20 Clues: - The steepness of a line (5 letters)- The symbol for square root (7 letters)- The solution to an equation (4 letters)- Where a line crosses an axis (9 letters)- Describes a straight line graph (6 letters)- An expression with only one term (8 letters)- A type of equation with x-squared (9 letters)- A comparison using <, >, ≤, or ≥ (10 letters)...

Mathematics 2026-06-23

Mathematics crossword puzzle
Across
  1. A line segment joining two points on a circle. (5)
  2. The total distance around a two-dimensional shape. (9)
  3. Greek mathematician famous for the theorem involving right-angled triangles. (10)
  4. Whole numbers including negative numbers, zero and positive numbers. (7)
  5. Represents part of a whole. (8)
  6. A three-sided polygon. (8)
  7. The middle value in an ordered data set. (6)
  8. A line passing through the centre of a circle. (8)
  9. A triangle with two equal sides. (9)
  10. The value occurring most frequently in a data set. (4)
Down
  1. A perfectly round plane figure. (6)
  2. The slope of a straight line. (8)
  3. A mathematical statement showing two expressions are equal. (8)
  4. Lines that never meet. (8)
  5. A closed figure with three or more sides. (7)
  6. The distance from the centre of a circle to its circumference. (6)
  7. A polynomial whose highest power is two. (9)
  8. A mathematical symbol representing an unknown value. (8)
  9. A whole number greater than 1 with exactly two factors. (5)
  10. The arithmetic average of a set of numbers. (4)

20 Clues: Lines that never meet. (8)A three-sided polygon. (8)Represents part of a whole. (8)The slope of a straight line. (8)A perfectly round plane figure. (6)A triangle with two equal sides. (9)A polynomial whose highest power is two. (9)The middle value in an ordered data set. (6)A closed figure with three or more sides. (7)...

Spring Exam Vocabulary 2016-04-29

Spring Exam Vocabulary crossword puzzle
Across
  1. to stray from a norm (9)
  2. agreeable to the taste or one's sensibilities (9)
  3. serving to settle an issue (11)
  4. to perceive (7)
  5. quarrelsome, inclined to argue (10)
  6. loud and noisy (7)
  7. given to much talking, tediously chatty (10)
  8. to connect with or be related to (7)
  9. deserving blame or punishment (7)
  10. a repayment (10)
  11. innocent, simple (8)
  12. out of date, no longer in use (8)
  13. an unsuitable or misleading name (10)
  14. to set apart or designate for a special purpose (9)
  15. discouraged, dejected, downcast (10)
  16. in high spirits, jubilant (12)
  17. bitter resentment or ill-will (9)
  18. to agree or submit (10)
  19. still existing (7)
  20. a strong attraction (10)
  21. a lack of feeling, emotion or interest (8)
Down
  1. serving as a model (11)
  2. to ridicule, laugh at with contempt (8)
  3. firmly established, long-standing (12)
  4. remorse, regret (12)
  5. to appease, soothe or pacify (11)
  6. to anticipate and prevent (7)
  7. writing or speaking at great length (7)
  8. to be regretted or pitied (10)
  9. to present as worthy of attention (8)
  10. almighty, having unlimited power or authority (9)
  11. not able to be erased or removed (12)
  12. not planned or engineered in advance (9)
  13. to interpret wrongly, mistake the meaning of (11)
  14. persistent, attentive, diligent (9)
  15. to understand (11)
  16. fearful or anxious, especially about the future (8)
  17. a period of rest or relief (10)
  18. stubbornly disobedient, resistant to authority (8)
  19. able to get along or work well together (8)
  20. deeply affecting, touching (9)
  21. to refer to casually or indirectly (11)
  22. filthy, wretched, debased (7)
  23. emotionally hardened, unfeeling (12)
  24. bitter hostility (8)
  25. prone to act in a hasty manner (9)
  26. to give up or do without voluntarily (8)
  27. a state of perplexity or doubt (8)
  28. unspoken, silent (12)
  29. to change in a formal way (7)

50 Clues: to perceive (7)a repayment (10)to understand (11)loud and noisy (7)still existing (7)remorse, regret (12)innocent, simple (8)bitter hostility (8)unspoken, silent (12)serving as a model (11)to agree or submit (10)to stray from a norm (9)a strong attraction (10)to anticipate and prevent (7)filthy, wretched, debased (7)to change in a formal way (7)...

D Day 2024-03-12

D Day crossword puzzle
Across
  1. Temporary jetty 15 (8,7)
  2. Date (month) 4
  3. American president 9
  4. Where paratroopers land 8 (4,4)
  5. Booby-traps, soldiers faced fields of these 5
  6. Naval codename, God of the sea 7
  7. Where? (country) 6
  8. Many different sorts, some delivered the paratroops 10
  9. 'On the .........', where the planning happened 9 (4,5)
  10. Name given to the ladies who worked on the fields at home 9 (4,5)
  11. Aim of DDay, to create a ......... before liberating Europe, 10 (6,4)
  12. Parachute Soldier '82nd ........' 8
  13. Resources 8
  14. Free from occupation 10
  15. Part of the temporary harbour 7
  16. Beach codename, American state 4
  17. Beach codename 4
  18. Sea going vessels 5
  19. Information 4
  20. Mine clearing tank 5
  21. Beach defences 9
  22. Food restrictions 9
  23. Member of the Army 7
  24. Area of France where it took place 8
  25. Transport to the beaches 12 (7,5)
  26. British Prime Minister 16 (7,9)
  27. Many ships, 'The Spanish ......' 6
  28. The event 4 (1,3)
  29. Detector 5
  30. Stalin requested this, opening a ........... 11 (6,5)
  31. German defensive positions 7
Down
  1. Members of the AirForce 6 (3,3)
  2. Date (part of the year) 5
  3. Took years of ........ 8
  4. Snagging obstacle 10
  5. Swimming tank 11 (6,5)
  6. Initial aim, to gain a ........ 8 (4,4)
  7. Naval barrage 10
  8. 'Top ......', highly confidential 6
  9. Vehicle obstacle 8 (4,4)
  10. Beginning of the end of 14 (6,5,3)
  11. Misdirection 9
  12. Overall codename 8 (4,4)
  13. Senior Service 4
  14. Sand and gravel, there were 5 of these 7
  15. Water based attack 10
  16. Friendly forces 6
  17. Airmen belong to this service 8 (3,5)
  18. Non combatants 9
  19. Enemy alliance 4
  20. Date (part of the year) 8
  21. German fortifications protecting the coast of Europe 12 (8,4)
  22. Date (part of the year) 4
  23. Beach codename 5
  24. Russian leader 6
  25. Unexpected 8
  26. Date (day) 5
  27. Beach codename, American state 5
  28. Measured in ohms, 'The French ..........' 10
  29. Beach codename, precious metal 4
  30. Soldiers belong to this service 4
  31. Attack 8
  32. Member of the Navy 6

63 Clues: Attack 8Detector 5Resources 8Unexpected 8Date (day) 5Information 4Date (month) 4Misdirection 9Naval barrage 10Senior Service 4Non combatants 9Enemy alliance 4Beach codename 4Beach codename 5Russian leader 6Beach defences 9Friendly forces 6The event 4 (1,3)Where? (country) 6Sea going vessels 5Food restrictions 9Snagging obstacle 10...

GQ Crossword Challenge 2015-01-28

GQ Crossword Challenge crossword puzzle
Across
  1. Fujitsu range of laptops (8)
  2. Leathery snake coiled up tight, only comes out when needed in a fight (4)
  3. Colourful explosions (9)
  4. Hottest place on earth (4)
  5. Best-looking Fujitsu building in Thames Valley (5)
  6. It's either this or a staple! (9)
  7. Cuddle or cutlery? (5)
  8. Fujitsu Young Marketer of the Year 2014 (5,7)
  9. Remove all bad things by dieting (5)
  10. Number of wives for King Henry VIII (3)
  11. Fastest man on earth (5,4)
Down
  1. I can go up a chimney down, but not down a chimney up (8)
  2. A to Z (8)
  3. Data entry or music creation? (8)
  4. An English word containing all the vowels in order (9)
  5. Haircut or window clothes? (8)
  6. Beer or abs? (5)
  7. UK&I CEO (7,6)
  8. Financial transaction (7)
  9. Capital and vegetable? (8)
  10. Accessory or rodent? (5)

21 Clues: A to Z (8)UK&I CEO (7,6)Beer or abs? (5)Cuddle or cutlery? (5)Colourful explosions (9)Accessory or rodent? (5)Financial transaction (7)Hottest place on earth (4)Capital and vegetable? (8)Fastest man on earth (5,4)Fujitsu range of laptops (8)Haircut or window clothes? (8)Data entry or music creation? (8)It's either this or a staple! (9)...

Rainy day Pless family April 21 2020-04-21

Rainy day Pless family April 21 crossword puzzle
Across
  1. nickname for ex-prof in space (7)
  2. use it on your teeth or hair (5)
  3. some prefer this to skis (9)
  4. top deciders who sing (8)
  5. what some players try to stop (4)
  6. do it when you are angry or lick it (5)
  7. a special metal (I think) (8)
  8. like what goes up stairs (8)
  9. french for aunt's first name (sort of) (5)
  10. a tender first name (5)
  11. hard maths. I never did it. (8)
Down
  1. a special person that lights up (8)
  2. catch fish or play hockey with it (3)
  3. swear or sew (4)
  4. hoot not in (6)
  5. cutting part of a nursery (translated) (8)
  6. bread-like lame team (5)
  7. distinguished persons first or middle name (4)
  8. favourite food for some (7)
  9. you could take it to Toronto (5)
  10. holy food (trick) (5)

21 Clues: hoot not in (6)swear or sew (4)holy food (trick) (5)a tender first name (5)bread-like lame team (5)top deciders who sing (8)favourite food for some (7)some prefer this to skis (9)like what goes up stairs (8)a special metal (I think) (8)hard maths. I never did it. (8)use it on your teeth or hair (5)you could take it to Toronto (5)...

Animals of the Old Testament 2021-08-28

Animals of the Old Testament crossword puzzle
Across
  1. 2 Kings 6:14
  2. Proverbs 17:12
  3. 2 Chronicles 9:21
  4. Job 41:5
  5. 1 Samuel 17:15
  6. Zechariah 14:15
  7. 1 Kings 4:23
  8. Zephaniah 3:3
  9. Numbers 28:30
  10. Hosea 12:11
  11. Obadiah 1:4
  12. Ezekiel 25:5
  13. Micah 1:8
  14. Daniel 7:6
  15. Jeremiah 8:7
  16. Nehemiah 4:3
  17. Psalms 29:6
  18. Esther 8:10
Down
  1. Joel 1:4
  2. Exodus 25:5
  3. Jonah 1:17
  4. Ezra 7:17
  5. Joshua 7:24
  6. Ecclesiastes 10:11
  7. 2 Samuel 9:8
  8. Leviticus 11:29
  9. Deuteronomy 14:16
  10. Judges 14:8
  11. Nahum 2:12
  12. Amos 6:4
  13. Haggai 1:11
  14. 1 Chronicles 29:21
  15. Song of Solomon 1:15
  16. Malachi 1:3
  17. Genesis 8:7
  18. Habakkuk 1:14
  19. Isaiah 63:13

37 Clues: Joel 1:4Job 41:5Amos 6:4Ezra 7:17Micah 1:8Jonah 1:17Nahum 2:12Daniel 7:6Exodus 25:5Joshua 7:24Hosea 12:11Judges 14:8Obadiah 1:4Haggai 1:11Malachi 1:3Genesis 8:7Psalms 29:6Esther 8:102 Kings 6:141 Kings 4:232 Samuel 9:8Ezekiel 25:5Jeremiah 8:7Nehemiah 4:3Isaiah 63:13Zephaniah 3:3Numbers 28:30Habakkuk 1:14Proverbs 17:121 Samuel 17:15Zechariah 14:15...

80 Not Out 2023-09-14

80 Not Out crossword puzzle
Across
  1. Free vote (8)
  2. Green fingers (9)
  3. Northern origins (8)
  4. Listen to Bob (7/5)
  5. Matthew dwells by the meadow (3)
  6. It's intense (7)
  7. A medal at stake (3/3)
  8. Dead sea home (8)
  9. A dream of water flowing (4)
  10. I want to ride my... (7)
  11. Vive la... (6)
  12. Secret Ealdorman's work (11)
  13. How's that? (7)
Down
  1. The royal pearl of Dorset (4/5)
  2. Bohemian composer (6)
  3. Place of some cream by the bridge (7)
  4. ...But a doggy can't (9)
  5. Birthday boy (4)
  6. Closer than Kernow (5)
  7. A valley of salt(8)
  8. One devoted to knowledge (9)
  9. Live between Waterloo and Clapham (8/4)
  10. Oi Oi Oi along the Canal (4)
  11. Hoist up the John B. here (7/4)
  12. Put the alcoholic kettle on (8)
  13. Intersecting syllables (10)
  14. Burning canine (6)

27 Clues: Free vote (8)Vive la... (6)How's that? (7)Birthday boy (4)It's intense (7)Green fingers (9)Dead sea home (8)Burning canine (6)Listen to Bob (7/5)A valley of salt(8)Northern origins (8)Bohemian composer (6)Closer than Kernow (5)A medal at stake (3/3)...But a doggy can't (9)I want to ride my... (7)Intersecting syllables (10)...

ATIVIDADE DOS ÍDOLOS SEM VIDA Sl.115.4-8(NVT) A.L. 2024-04-11

ATIVIDADE DOS ÍDOLOS SEM VIDA  Sl.115.4-8(NVT)  A.L. crossword puzzle
Across
  1. V.4 (.?.) por mãos humanas.
  2. V.7 Têm mãos, mas não (.?.);
  3. V.6 (.?.) mas não respiram.
  4. V.5 olhos, mas não (.?.).
  5. V.4 Seus ídolos não passam de (.?.) de prata e ouro,
  6. V.7 Têm (.?.), mas não apalpam;
  7. V.6 nariz mas não (.?.).
  8. V.8 Aqueles que (.?.) ídolos e neles confiam
  9. V.6 Têm (.?.), mas não ouvem;
  10. V.8 Aqueles que fazem (.?.) e neles confiam
  11. V.4 formados por mãos (.?.).
Down
  1. V.5 Têm (.?.), mas não falam;
  2. V.7 (.?.), mas não emitem som.
  3. V.8 Aqueles que fazem ídolos e neles (.?.)
  4. V.5 Têm boca, mas não (.?.);
  5. V.7 garganta, mas não (.?.) som.
  6. V.8 exatamente (.?.) a eles.
  7. V.6 Têm ouvidos, mas não (.?.);
  8. V.8 exatamente iguais a (.?.).
  9. V.8 (.?.) exatamente iguais a eles.
  10. V.7 pés, mas não (.?.);
  11. V.7 (.?.), mas não andam;
  12. V.4 formados por (.?.) humanas.

23 Clues: V.7 pés, mas não (.?.);V.6 nariz mas não (.?.).V.5 olhos, mas não (.?.).V.7 (.?.), mas não andam;V.4 (.?.) por mãos humanas.V.6 (.?.) mas não respiram.V.5 Têm boca, mas não (.?.);V.7 Têm mãos, mas não (.?.);V.8 exatamente (.?.) a eles.V.4 formados por mãos (.?.).V.5 Têm (.?.), mas não falam;V.6 Têm (.?.), mas não ouvem;...

PARA QUE SERVE UMA IMAGEM OU ÍDOLO? Sl.115.4-8(NVT) A.L. 2024-04-11

PARA QUE SERVE UMA IMAGEM OU ÍDOLO?  Sl.115.4-8(NVT)  A.L. crossword puzzle
Across
  1. V.4 Seus ídolos não passam de (.?.) de prata e ouro,
  2. V.8 exatamente iguais a (.?.).
  3. V.6 Têm ouvidos, mas não (.?.);
  4. V.4 formados por (.?.) humanas.
  5. V.8 exatamente (.?.) a eles.
  6. V.7 pés, mas não (.?.);
  7. V.7 Têm mãos, mas não (.?.);
  8. V.7 (.?.), mas não emitem som.
  9. V.7 Têm (.?.), mas não apalpam;
  10. V.6 Têm (.?.), mas não ouvem;
  11. V.7 garganta, mas não (.?.) som.
  12. V.5 olhos, mas não (.?.).
Down
  1. V.8 Aqueles que fazem (.?.) e neles confiam
  2. V.8 Aqueles que fazem ídolos e neles (.?.)
  3. V.7 (.?.), mas não andam;
  4. V.4 formados por mãos (.?.).
  5. V.6 nariz mas não (.?.).
  6. V.4 (.?.) por mãos humanas.
  7. V.6 (.?.) mas não respiram.
  8. V.5 Têm (.?.), mas não falam;
  9. V.5 Têm boca, mas não (.?.);
  10. V.8 Aqueles que (.?.) ídolos e neles confiam
  11. V.8 (.?.) exatamente iguais a eles.

23 Clues: V.7 pés, mas não (.?.);V.6 nariz mas não (.?.).V.7 (.?.), mas não andam;V.5 olhos, mas não (.?.).V.4 (.?.) por mãos humanas.V.6 (.?.) mas não respiram.V.4 formados por mãos (.?.).V.8 exatamente (.?.) a eles.V.5 Têm boca, mas não (.?.);V.7 Têm mãos, mas não (.?.);V.5 Têm (.?.), mas não falam;V.6 Têm (.?.), mas não ouvem;...

THE BOOK OF DEUTERONOMY (4) 2024-07-15

THE BOOK OF DEUTERONOMY (4) crossword puzzle
Across
  1. Has a trunk
  2. - Battle against enemies (Deuteronomy 20:1)
  3. - Ritual purification (Deuteronomy 23:11)
  4. Likes to chase mice
  5. Man's best friend
  6. - Urgent warnings (Deuteronomy 6:12)
  7. Flying mammal
  8. - Cautions against disobedience (Deuteronomy 8:11)
  9. - God's supply (Deuteronomy 8:3)
  10. - Commitment to God's service (Deuteronomy 12:26)
  11. - Recalling God's deeds (Deuteronomy 8:2)
  12. - Possession of the land (Deuteronomy 4:21)
  13. - Setting apart for God (Deuteronomy 15:19)
Down
  1. - God's care (Deuteronomy 33:27)
  2. - Covering of sin (Deuteronomy 21:8)
  3. - God's decision on sin (Deuteronomy 32:4)
  4. - Taking hold of the land (Deuteronomy 1:8)
  5. - Process of becoming holy (Deuteronomy 7:6)
  6. - Overcoming enemies (Deuteronomy 20:4)
  7. - God's anger against sin (Deuteronomy 9:8)
  8. - Strong encouragements (Deuteronomy 4:9)
  9. Large marsupial
  10. - God's leading (Deuteronomy 1:33)
  11. - Praying on behalf of others (Deuteronomy 9:20)
  12. - Absence of conflict (Deuteronomy 20:10)

25 Clues: Has a trunkFlying mammalLarge marsupialMan's best friendLikes to chase mice- God's care (Deuteronomy 33:27)- God's supply (Deuteronomy 8:3)- God's leading (Deuteronomy 1:33)- Covering of sin (Deuteronomy 21:8)- Urgent warnings (Deuteronomy 6:12)- Overcoming enemies (Deuteronomy 20:4)- Strong encouragements (Deuteronomy 4:9)...

Summer Travel & Festivals Crossword Clues 2025-08-28

Summer Travel & Festivals Crossword Clues crossword puzzle
Across
  1. – Universal language of rhythm and melody (5)
  2. – Vacation time away from work or school (7)
  3. – Keepsake bought to remember a trip (8)
  4. – Paper or digital guide for finding your way (3)
  5. – Live performance of music before a crowd (7)
  6. – Required slip to enter transport or shows (6)
  7. – Street festival with costumes and dancing (8)
  8. – Sandy stretch where waves meet the shore (5)
  9. – March of floats and performers in celebration (6)
  10. – A person visiting a place for leisure (7)
Down
  1. – Outdoor spot for tents and campfires (8)
  2. – A trip from one place to another (7)
  3. – Traveler’s carry-all with shoulder straps (8)
  4. – Place where goods, crafts, or foods are sold (6)
  5. – Lotion that protects skin from UV rays (9)
  6. – Large public celebration with events (8)
  7. – Explosive lights often seen at festivals (9)
  8. – Document needed for crossing borders (8)
  9. – Temporary lodging for travelers (5)
  10. – Landform surrounded entirely by water (6)

20 Clues: – Temporary lodging for travelers (5)– A trip from one place to another (7)– Keepsake bought to remember a trip (8)– Outdoor spot for tents and campfires (8)– Large public celebration with events (8)– Document needed for crossing borders (8)– A person visiting a place for leisure (7)– Landform surrounded entirely by water (6)...

Ancient Egypt Crossword Zehra and Tarik 2023-12-05

Ancient Egypt Crossword Zehra and Tarik crossword puzzle
Across
  1. Founder of the third dynasty (reading)
  2. Tried inventing a new god (Aten)(video)
  3. Type of sculpture that became famous in Egypt
  4. When Egypt was divided and in political chaos
  5. Capital city of the Old Kingdom (reading)
  6. An artifact from the new kingdom where new kingdom pharaohs were buried
Down
  1. Expanded territory by trading and ruled for 22 years(video)
  2. A burial place for royalty (textbook)
  3. A paper like material the egyptians created (textbook)
  4. Changed his name and betrayed the god Aten (video)
  5. Capital of new kingdom Egypt
  6. The kingdom that reached its peak under the rule of the twelfth dynasty
  7. Type of writing to sign formal papers
  8. 2575 BC-2150 BC (reading)

14 Clues: 2575 BC-2150 BC (reading)Capital of new kingdom EgyptA burial place for royalty (textbook)Type of writing to sign formal papersFounder of the third dynasty (reading)Tried inventing a new god (Aten)(video)Capital city of the Old Kingdom (reading)Type of sculpture that became famous in EgyptWhen Egypt was divided and in political chaos...

Girls' Generation Crossword 2021-05-04

Girls' Generation Crossword crossword puzzle
Across
  1. Girls' Generation were originally suppose to be called?
  2. What song was released in October 27 2010?
  3. Who was doing ballet in the music video 'ITNW'?
  4. Which member left the group in 2014
  5. What music video won 'Video of the year' at Youtube Music Awards?
  6. The members initially filed a missing reports person for?
  7. Leader of Girls' generation
  8. Which song stayed no. 1 on music charts for nine consecutive weeks?
  9. Which member is ambidextrous?
  10. Sooyoung's Ultimate Celebrity Crush?
  11. Girls' Generations' 'Dancing Queen' was a remake of
Down
  1. Sooyoung was originally a member of a Japanese Pop Duo called?
  2. What is the name of the sub-unit that debuted in 2012?
  3. Girls' Generation released a song for 'Intel' called?
  4. What song was released to commemorate Girls' Generation'S Ninth Anniversary?
  5. Which member was the last to join the group?
  6. Girls' Generation's Fandom Name

17 Clues: Leader of Girls' generationWhich member is ambidextrous?Girls' Generation's Fandom NameWhich member left the group in 2014Sooyoung's Ultimate Celebrity Crush?What song was released in October 27 2010?Which member was the last to join the group?Who was doing ballet in the music video 'ITNW'?Girls' Generations' 'Dancing Queen' was a remake of...

Mesopotamia, China y Egipto 2026-04-15

Mesopotamia, China y Egipto crossword puzzle
Across
  1. Pueblo que conquistó Sumeria (7)
  2. Sistema para registrar ideas (10)
  3. Gobernante egipcio (6)
  4. Escritura en tablillas (11)
  5. Paso de agua artificial (5)
  6. Río principal de Egipto (4)
  7. Filósofo chino importante (8)
  8. Forma de dominio político (8)
  9. Dios egipcio de la muerte (6)
  10. Sistema de pensamiento chino (7)
  11. Río importante de Mesopotamia (6)
  12. Actividad principal económica (12)
  13. Ataúd egipcio (10)
  14. Tumbas gigantes (9)
  15. Forma de organización política (13)
  16. Dios del sol egipcio (2)
  17. Zona árida de Egipto (8)
  18. Figura con cuerpo de león (7)
  19. Pueblo guerrero de Mesopotamia (7)
  20. Templos mesopotámicos (8)
  21. Máxima autoridad china (9)
  22. Producto valioso chino (4)
Down
  1. Grupo religioso importante (10)
  2. Escritura egipcia (13)
  3. Intercambio de productos (8)
  4. Rey famoso por sus leyes (9)
  5. Invento para escribir (5)
  6. Otro río importante de China (7)
  7. Región entre dos ríos (13)
  8. Periodo de gobierno chino (8)
  9. Invento para orientarse (7)
  10. Proceso para conservar cuerpos (12)
  11. Río importante de China (7)
  12. Otro río importante de Mesopotamia (8)
  13. Ciudad importante de Mesopotamia (9)
  14. Primeros pobladores de Mesopotamia (8)
  15. Gran construcción defensiva (7)
  16. Sistema para llevar agua (5)
  17. Conjunto de leyes antiguas (6)
  18. Soporte de escritura de arcilla (9)

40 Clues: Ataúd egipcio (10)Tumbas gigantes (9)Escritura egipcia (13)Gobernante egipcio (6)Dios del sol egipcio (2)Zona árida de Egipto (8)Invento para escribir (5)Templos mesopotámicos (8)Región entre dos ríos (13)Máxima autoridad china (9)Producto valioso chino (4)Escritura en tablillas (11)Paso de agua artificial (5)Río principal de Egipto (4)...

Teeta & Nour × 2024-10-08

Teeta & Nour × crossword puzzle
Across
  1. 18+?=30
  2. 5+8=?
  3. 12÷?=3
  4. ?-2=7
  5. ?×9=54
  6. 4+?=10
  7. 14÷2=?
Down
  1. 20-?=8
  2. 18÷?=6
  3. 7+5=?
  4. 4×?=1
  5. 8×?=64
  6. 17-7=?
  7. ?×3=21

14 Clues: 7+5=?4×?=15+8=??-2=720-?=818÷?=68×?=6412÷?=317-7=??×3=21?×9=544+?=1014÷2=?18+?=30

8 2022-05-28

8 crossword puzzle
Across
  1. Kepanjangan KTM.
  2. Pergantian pemain dalam sepakbola.
  3. Nama Latin Gorilla.
  4. Taman nasional pertama didunia.
  5. Presiden yang mendesain pesawat N-250.
  6. "MOTHER FUCKER"
  7. Berapa kali Valentino Rossi memenangkan juara dunia?
  8. Heroine Gintama.
  9. Penasehat Hokage.
  10. Nama pulau di One Piece.
Down
  1. Lokasi masjid terbesar di dunia.
  2. Ciel Phantomhive telah bertunangan untuk dengan karakter.
  3. karakter anime best girl 2021.
  4. Serial anime mana yang melibatkan keluarga yang dirasuki oleh hewan-hewan zodiak Cina.
  5. Nama panjang Natsu Fairy Tail.
  6. Mesin yang tercipta oleh Panas dan Uap.
  7. Nama orangutan kaptain dari kapal Big Daddy.
  8. Lokasi Masai Mara.
  9. Bapak heavy metal.
  10. Juara piala dunia tahun 1986
  11. Sebutan penyair dari Skandanavia.
  12. Avatar pertama.

22 Clues: "MOTHER FUCKER"Avatar pertama.Kepanjangan KTM.Heroine Gintama.Penasehat Hokage.Lokasi Masai Mara.Bapak heavy metal.Nama Latin Gorilla.Nama pulau di One Piece.Juara piala dunia tahun 1986karakter anime best girl 2021.Nama panjang Natsu Fairy Tail.Taman nasional pertama didunia.Lokasi masjid terbesar di dunia.Sebutan penyair dari Skandanavia....

8 2023-03-02

8 crossword puzzle
Across
  1. A null pointer in c.
  2. When “0” is given as one of the input to EX-OR gate, It acts as
  3. What is a type of IoT device that can be controlled through voice commands?
  4. A type of circuit which is used to provide delays
  5. A preprocessor directive in c.
  6. Ammeter is used in ________ with the circuit.
  7. A module alias in python.
  8. A device that can control the temperature of a room or building
  9. A header guard in c.
  10. This type of filter which allows the signals within the specified range of frequencies.
  11. The connection of devices where the output of one device connected to the input of another device and so on called.
  12. point A main function in c.
  13. SENSOR A device that can detect the location of other devices or objects]
  14. A float in python.
  15. What is the technology that allows devices to communicate wirelessly called ?
  16. A virtual environment in python.
Down
  1. A security measure used to protect IoT devices from unauthorized access
  2. A string in python.
  3. The process of gradual destruction of transistor due to the effect of temperature.
  4. A dynamic memory allocation in c.
  5. Queue works on __ principle
  6. The number system whose radix is “2”
  7. transform This mathematical operation used to convert the time domain signal to frequency domain if its aperiodic.
  8. The major difference between a latch and a flipflop
  9. An IDE in python.

25 Clues: A float in python.An IDE in python.A string in python.A null pointer in c.A header guard in c.A module alias in python.Queue works on __ principlepoint A main function in c.A preprocessor directive in c.A virtual environment in python.A dynamic memory allocation in c.The number system whose radix is “2”...

8 2018-10-05

8 crossword puzzle
Across
  1. Wadah suatu produk
  2. Teknik menghasilkan bentuk simetris
  3. Plastik adalah jenis limbah
  4. Tujuan kesepakatan
  5. Kerajinan limbah yang hanya untuk menambah estetika memiliki fungsi
  6. Weakness dalam analisis SWOT
  7. Anggapan dasarebut limbah
  8. Peti merupakan kemasan dari
  9. Perilaku yang harus dimiliki wi untuk menjalankan usaha
  10. Cukilan ornamen yang sambung menyambung
Down
  1. Kerajinan dengan fungsi pakai yang digunakan di kaki
  2. Limbah rumah tangga
  3. Threat dalam analisis SWOT
  4. Yang dicemari limbah gas
  5. Kerajinan dari tanah liat disebut
  6. Unsur yang membuat seorang wiraswasta tidak terpengaru
  7. Kerajinan serat alam untuk menyimpan uang
  8. Limbah yang berasal dari pabrik disrasawasta
  9. aspek penunjang usaha yang akan dijalankan
  10. Sumber limbah industri

20 Clues: Wadah suatu produkTujuan kesepakatanLimbah rumah tanggaSumber limbah industriYang dicemari limbah gasAnggapan dasarebut limbahThreat dalam analisis SWOTPlastik adalah jenis limbahPeti merupakan kemasan dariWeakness dalam analisis SWOTKerajinan dari tanah liat disebutTeknik menghasilkan bentuk simetrisCukilan ornamen yang sambung menyambung...

8 2025-01-25

8 crossword puzzle
Across
  1. when computer gets covid
  2. not volatile and erasable memory
  3. 1.4E-45 to 3.402E38
  4. comes first, goes last
  5. gives access to wide range of info
  6. generational property
  7. method to improve fetching time
  8. translates to machine code
  9. temporary quick access storage
  10. primitive to object
  11. computer providing service to other computer
Down
  1. part of the heart of the device
  2. linux?
  3. lowest priority process
  4. calls the parent
  5. wireless fidelity
  6. collection of commands
  7. initialize attributes of object
  8. reusable, serializable component same as object
  9. a file to remember your visit
  10. nameless function
  11. project sourcing hub
  12. language, as well as a reptile
  13. database management in popular language
  14. it can be accessed anywhere

25 Clues: linux?calls the parentwireless fidelitynameless function1.4E-45 to 3.402E38primitive to objectproject sourcing hubgenerational propertycomes first, goes lastcollection of commandslowest priority processwhen computer gets covidtranslates to machine codeit can be accessed anywherea file to remember your visitlanguage, as well as a reptile...

8 2025-02-17

8 crossword puzzle
Across
  1. Man survives a deadly disease outbreak.
  2. Dancer and quarterback struggle with feelings.
  3. A Croatian basketball star's life.
  4. A young boy falls in love.
  5. Barber seeks vengeance for a theft.
  6. High schooler joins a popular clique.
  7. Woman is blackmailed by terrorists.
  8. Twin brothers face a dangerous love triangle.
  9. Teenagers fall in love amidst violence.
  10. Forced surgery makes everyone beautiful.
Down
  1. Man battles childhood fears for family.
  2. Town plagued by a vampire.
  3. Nurses and doctors create a test-tube baby.
  4. Astronaut finds an ancient creature in space.
  5. Soldier’s life in a conflict zone.
  6. Two women meet and change their lives.
  7. Elderly woman seeks justice for a scam.
  8. Thieves target gold on a plane.
  9. Family dinner spirals out of control.
  10. Detective with memory loss uncovers secrets.
  11. Young woman faces dark forces.
  12. Family runs marathon to honor a loved one.
  13. Teen decides on his future after high school.
  14. A two-part story of crime and comedy.
  15. Man vies for inheritance from his grandmother.

25 Clues: Town plagued by a vampire.A young boy falls in love.Young woman faces dark forces.Thieves target gold on a plane.Soldier’s life in a conflict zone.A Croatian basketball star's life.Barber seeks vengeance for a theft.Woman is blackmailed by terrorists.Family dinner spirals out of control.High schooler joins a popular clique....

8 2025-08-18

8 crossword puzzle
Across
  1. Shaking movement
  2. Outermost layer of skin
  3. Gland above the kidney
  4. Force food out
  5. Painful muscle spasm
  6. Brain electrical surge
  7. Group of organs
  8. Drug that increases urination
  9. Urge to vomit
  10. Biological catalyst
  11. Stable body balance
Down
  1. Excessive moisture
  2. Tube for draining fluids
  3. Connects bone to bone
  4. Shivering with cold
  5. Sudden contraction
  6. A traumatic brain injury
  7. Relating to the head
  8. Ringing in the ears
  9. Extreme tiredness
  10. Loss of movement
  11. Sudden diaphragm spasm
  12. Relating to the kidneys
  13. Lightheaded feeling
  14. Slightly hot

25 Clues: Slightly hotUrge to vomitForce food outGroup of organsShaking movementLoss of movementExtreme tirednessExcessive moistureSudden contractionShivering with coldRinging in the earsLightheaded feelingBiological catalystStable body balanceRelating to the headPainful muscle spasmConnects bone to boneGland above the kidneySudden diaphragm spasm...

8 2025-09-26

8 crossword puzzle
Across
  1. Öznesi belli fiil
  2. Bencil
  3. Osmanlı'da devlet kurumlarının bulunduğu bina
  4. Milli Eğitim Bakanlığı kısaltması
  5. Gizli
  6. Almanya-Fransa ilişkilerinde sorunlu bölge
  7. Yeşile benzer
  8. Su
  9. Sinir sisteminin temel hücresi
  10. Ateş
  11. Saray muhafızı
  12. Elektrik devresinde ışık veren alet
  13. Kızgınlık
  14. Mikroskobik canlılardan biri
  15. Mektup
  16. Çoğaltma
  17. Başka bir şey yerine kullanma
  18. Gelecek
  19. Peygamber Efendimiz'in dedesi
  20. Ay yüzeyindeki gevşek tabaka
Down
  1. Allah'ın isimlerinin tamamı
  2. Müzikli tiyatro oyunu
  3. Ödenti
  4. Allah'ın birliği
  5. Ayın D harfine benzediği hali
  6. Hücre bölünmesinde görülen yapı
  7. Durumlar,haller
  8. DNA’nın yapı taşı
  9. Anlam değiştiren ek
  10. İç
  11. Coşku, mutluluk
  12. Venedik elçisi
  13. Türklerde kahraman, yiğit
  14. Sözcüğün anlamlı en küçük parçası
  15. Osmanlı'da para birimi
  16. Zaman
  17. Bitkilerin ürettiği besin
  18. Eski dilde çocuk
  19. Sokak dili
  20. Batı

40 Clues: SuİçAteşBatıGizliZamanBencilÖdentiMektupGelecekÇoğaltmaKızgınlıkSokak diliYeşile benzerVenedik elçisiSaray muhafızıDurumlar,hallerCoşku, mutlulukAllah'ın birliğiEski dilde çocukÖznesi belli fiilDNA’nın yapı taşıAnlam değiştiren ekMüzikli tiyatro oyunuOsmanlı'da para birimiTürklerde kahraman, yiğitBitkilerin ürettiği besinAllah'ın isimlerinin tamamı...

8 2025-12-31

8 crossword puzzle
Across
  1. City based comedy
  2. Youth undercover cops
  3. Physician lead
  4. Idealist teacher
  5. Clever insurance sleuth
  6. Performing arts drama
  7. Suburban soap opera
  8. Soap matriarch
  9. Arts school coach
  10. Partner detective
  11. Saint crime series
Down
  1. Mustache detective
  2. Hospital drama
  3. TV satire film
  4. Red striped car
  5. Angel road drama
  6. Shaolin monk hero
  7. TV stuntman hero
  8. Inner city school show
  9. Angelic helper
  10. Celebrity cameo
  11. Vegas detective
  12. Horror anthology
  13. Wandering monk drama
  14. Elegant sleuth

25 Clues: Hospital dramaTV satire filmPhysician leadAngelic helperSoap matriarchElegant sleuthRed striped carCelebrity cameoVegas detectiveAngel road dramaIdealist teacherTV stuntman heroHorror anthologyCity based comedyShaolin monk heroArts school coachPartner detectiveMustache detectiveSaint crime seriesSuburban soap operaWandering monk drama...

8 2025-07-14

8 crossword puzzle
Across
  1. Lamp
  2. Bed
  3. Printer
  4. Telephone
  5. Mouse
  6. Vase
  7. Pillow
  8. Envelope
  9. Notebook
  10. Chair
  11. Hedge
  12. Pen
  13. Stamp
  14. Closet
Down
  1. Screen
  2. Eraser
  3. Keyboard
  4. Phone
  5. Mobile phone
  6. Computer
  7. Blanket
  8. Pencil
  9. Mail
  10. Letter
  11. Sheet

25 Clues: BedPenLampVaseMailPhoneMouseChairHedgeSheetStampScreenEraserPillowPencilLetterClosetPrinterBlanketKeyboardComputerEnvelopeNotebookTelephoneMobile phone

8 2025-05-01

8 crossword puzzle
Across
  1. Feel deeply
  2. Wants change
  3. Faster move
  4. Works hard
  5. Build strength
  6. Shine better
  7. Rise fast
  8. High flight
  9. Full heart
  10. Rises spirit
  11. Skill refine
  12. Focus ahead
  13. Brings freedom
Down
  1. Finds calm
  2. Peace giver
  3. Moves quickly
  4. Sees best
  5. Seeks meaning
  6. Wins fight
  7. Builds skill
  8. Brings calm
  9. Sees truth
  10. Highest power
  11. Pursues dreams
  12. Ignites passion

25 Clues: Sees bestRise fastFinds calmWorks hardWins fightSees truthFull heartPeace giverFeel deeplyFaster moveBrings calmHigh flightFocus aheadWants changeBuilds skillShine betterRises spiritSkill refineMoves quicklySeeks meaningHighest powerBuild strengthPursues dreamsBrings freedomIgnites passion

8 2024-07-10

8 crossword puzzle
Across
  1. Fried pastry with savory filling
  2. Popped corn kernels
  3. Wrapped Mexican dish with fillings
  4. Slow-cooked beef cut
  5. Creamy Italian rice dish
  6. Layered dessert with custard and fruit
  7. Thick soup, often with seafood
  8. Sicilian pastry with creamy filling
  9. Spiced condiment for dipping
  10. Italian-style ice cream
Down
  1. Spiced rice dish with meat
  2. Chickpea and tahini spread
  3. Thin French pancakes
  4. Blended beverage with fruit
  5. Flat, round breakfast item
  6. Dough filled with meat or vegetables
  7. Japanese noodle soup
  8. Egg dish with fillings
  9. Ground corn breakfast staple
  10. Cocktail with lime and mint
  11. Fermented apple juice drink
  12. Distilled alcoholic beverage
  13. Grid-patterned breakfast food
  14. Long, thin French bread
  15. Frozen dessert made from fruit

25 Clues: Popped corn kernelsThin French pancakesJapanese noodle soupSlow-cooked beef cutEgg dish with fillingsLong, thin French breadItalian-style ice creamCreamy Italian rice dishSpiced rice dish with meatChickpea and tahini spreadFlat, round breakfast itemBlended beverage with fruitCocktail with lime and mintFermented apple juice drink...

8 2024-07-20

8 crossword puzzle
Across
  1. Pro wrestler Hart
  2. Famous pianist Glenn
  3. Soprano opera singer
  4. Comic book legend
  5. Hockey legend Wayne
  6. Raonic's sport
  7. Atwood's fiction focus
  8. Martin's famous award
  9. Actress turned director
  10. "Angel" singer Sarah
  11. Mr. Hockey's tool
Down
  1. Environmentalist David
  2. "Austin Powers" actor
  3. Created the maple leaf flag
  4. Electronic music producer
  5. Country music icon
  6. Joni's other talent
  7. Michael J.'s foundation focus
  8. Olympic gold swimmer
  9. Longtime news anchor
  10. Mr. Fox's cause
  11. Star of "The Matrix"
  12. Famous photographer
  13. Tessa's Olympic win
  14. Basketball MVP Steve

25 Clues: Raonic's sportMr. Fox's causePro wrestler HartComic book legendMr. Hockey's toolCountry music iconJoni's other talentFamous photographerTessa's Olympic winHockey legend WayneFamous pianist GlennSoprano opera singerOlympic gold swimmerLongtime news anchorStar of "The Matrix"Basketball MVP Steve"Angel" singer Sarah"Austin Powers" actor...

8 2024-08-23

8 crossword puzzle
Across
  1. Solid to liquid
  2. Result of a reaction
  3. Inert element
  4. Can dissolve more solute
  5. Having a low pH
  6. Outer shell electrons
  7. Mix completely in a solvent
  8. Having a high pH
  9. Rule for stable atoms
  10. Amount of solute in solution
  11. To make weaker
  12. Liquid to solid
  13. Radioactive elements
  14. Gas to solid
Down
  1. Rapid vaporization
  2. Neither acidic nor basic
  3. More solute than possible
  4. Solid to gas
  5. Starting material in a reaction
  6. Liquid to gas
  7. Maximum solute in solution
  8. Rare earth metals
  9. Properties of metals and nonmetals
  10. Gas to liquid
  11. Lacks metallic properties

25 Clues: Solid to gasGas to solidInert elementLiquid to gasGas to liquidTo make weakerSolid to liquidHaving a low pHLiquid to solidHaving a high pHRare earth metalsRapid vaporizationResult of a reactionRadioactive elementsOuter shell electronsRule for stable atomsNeither acidic nor basicCan dissolve more soluteMore solute than possible...

8 2024-08-18

8 crossword puzzle
Across
  1. beat up, hit smb
  2. having no moral restraints
  3. concise, succinct
  4. a believer in his group's superiority
  5. large enough to be noticed
  6. indicative, expressive per se
  7. open to debates or additions
  8. a tedious speech or piece of writing
  9. ill-tempered woman
  10. to attain or achieve sth through trickery or devious methods
  11. deprive of suffrage
  12. agitation, bustle, kerfuffle, ruckus, uproar, rumpus
  13. indecorous (of manners)
  14. keep in ___ - держать в узде
  15. to live off meager resources (to ___ out an existence on sth, e.g. canned food)
  16. a vague, bare understanding (have an ___ about)
  17. inclined to retract from company and plunge into solitude
  18. gaunt, emaciated
  19. be embroiled in immoral plots
  20. pester, irk
  21. preventive, done before smb else can do it
  22. a fight, scuffle, brawl, clash, skirmish
  23. a beggarly amount of money
  24. support financially
  25. inexplicable, unaccountable, unfathomable, inscrutable, inconceivable
Down
  1. вылет (для бомбардировки)
  2. be abounded with, be ___ with
  3. be formally accused or wrong-doings (be ___ed on bribery/assault/molesting charges)
  4. frank and open
  5. curry favour with (___ oneself with smb)
  6. слоняться без дела (about)
  7. carelessly and hastily put together
  8. temporary because of being unfinished and open to changes
  9. fictitious, spurious, counterfeit
  10. not able to be conveyed or depicted
  11. marked by disregard for hazard or consequences
  12. oblige smb to do sth
  13. favorable, convivial, amiable (be ___ to sth : studying in a quite room is ___ to learning)
  14. indicate in a misdeed (be ___ed for a crime)
  15. resist
  16. without partiality, impartial, unbiased
  17. obscene, inappropriate, incongruous
  18. attic
  19. imperturbable, immune to attack
  20. (v) get the meaning of sth (-) / (n)смекалка
  21. party, ceilidh
  22. value (be of great ___ to smb)
  23. приставать к (___ smb)
  24. untouched, unspoiled (esp. of nature)
  25. валиться, лажать по-полной

50 Clues: atticresistpester, irkfrank and openparty, ceilidhbeat up, hit smbgaunt, emaciatedconcise, succinctill-tempered womandeprive of suffragesupport financiallyoblige smb to do sthприставать к (___ smb)indecorous (of manners)вылет (для бомбардировки)having no moral restraintsслоняться без дела (about)large enough to be noticeda beggarly amount of money...

8 2024-08-19

8 crossword puzzle
Across
  1. Mild onion herb
  2. Pungent Indian spice
  3. French cuisine herb
  4. Essential in French cooking
  5. Sweet herb for salads
  6. Asian cuisine flavor
  7. Nutmeg-like spice
  8. Fresh herb for tea
  9. Pine-like flavor
  10. Adds heat to dishes
  11. Peppery herb
  12. Energizing root
Down
  1. Common candy flavor
  2. Edible weed
  3. Add to soups
  4. Tart, lemony spice
  5. Warm, sweet spice
  6. Herb in pizza sauce
  7. Licorice-flavored seed
  8. Delicate parsley flavor
  9. Anti-inflammatory spice
  10. Woody herb for meats
  11. Often a garnish
  12. Ginger-like root
  13. Herb in bouquet garni

25 Clues: Edible weedAdd to soupsPeppery herbMild onion herbOften a garnishEnergizing rootGinger-like rootPine-like flavorWarm, sweet spiceNutmeg-like spiceTart, lemony spiceFresh herb for teaCommon candy flavorFrench cuisine herbHerb in pizza sauceAdds heat to dishesPungent Indian spiceWoody herb for meatsAsian cuisine flavorSweet herb for salads...

8 2024-08-16

8 crossword puzzle
Across
  1. Hanging in the dark
  2. Flickering flame
  3. Cracks in the night
  4. Basement storage
  5. Resting place
  6. Haunted sanctuary
  7. Darkest hour
  8. Soft ghostly voice
  9. Deep, dark hole
  10. Prison of souls
  11. Night creatures
  12. Hidden upstairs
  13. Obscures the way
  14. Sound of old wood
  15. Unlocks secrets
Down
  1. Floorboard in mansion
  2. Haunting figure
  3. Brings the terror
  4. Dark storage room
  5. Haunted painting
  6. Covers old memories
  7. Holds burning light
  8. Illuminates ghosts
  9. Lets spirits in
  10. Secures haunted chest

25 Clues: Darkest hourResting placeHaunting figureLets spirits inDeep, dark holePrison of soulsNight creaturesHidden upstairsUnlocks secretsFlickering flameHaunted paintingBasement storageObscures the wayBrings the terrorDark storage roomHaunted sanctuarySound of old woodIlluminates ghostsSoft ghostly voiceHanging in the darkCracks in the night...

8 2024-11-01

8 crossword puzzle
Across
  1. Activist and singer Paul
  2. Hip-hop mogul Puff Daddy
  3. Led Tuskegee Institute
  4. First female millionaire
  5. "Hope" campaign figure
  6. Famous music producer
  7. Oscar-winning actress
  8. Nickname of jazz great Louis
  9. Actor and rapper
  10. Black-owned lifestyle magazine
  11. Rapper Kendrick
  12. Civil rights leader John
  13. Wrote "A Lesson Before Dying"
  14. First Black opera singer at the Met
Down
  1. Neurosurgeon and politician
  2. "Queen of Hip-Hop Soul"
  3. Escaped slave and orator
  4. First Black major league baseball player
  5. NBA legend Michael
  6. Poet of the Harlem Renaissance
  7. Guitar legend Hendrix
  8. Wrote "Their Eyes Were Watching God"
  9. NAACP co-founder
  10. First Black U.S. president’s first name
  11. Influential rapper
  12. Jazz singer Nat King
  13. Noted Black baseball player
  14. Wrote "Invisible Man"
  15. First name of a jazz legend
  16. First Black male Oscar winner

30 Clues: Rapper KendrickNAACP co-founderActor and rapperNBA legend MichaelInfluential rapperJazz singer Nat KingGuitar legend HendrixFamous music producerOscar-winning actressWrote "Invisible Man"Led Tuskegee Institute"Hope" campaign figure"Queen of Hip-Hop Soul"Activist and singer PaulHip-hop mogul Puff DaddyEscaped slave and oratorFirst female millionaire...

8 2024-10-20

8 crossword puzzle
Across
  1. Popular search engine
  2. Retail giant
  3. Streaming platform
  4. Annual football game
  5. Western mountain range
  6. Baseball team
  7. Watergate president
  8. Texas city
  9. Rock legend
  10. American sports car
  11. Famous prison island
  12. Movie awards
  13. Theater district in NY
  14. Colorado capital
  15. Los Angeles basketball team
  16. Florida college team
  17. Famous family name
Down
  1. East Coast state
  2. Famous memorial in DC
  3. Atlanta football team
  4. Largest online store
  5. Animation company
  6. Popular coffee chain
  7. Social media app
  8. Electric car brand
  9. Coffee giant
  10. Famous statue
  11. Fast food chain
  12. Famous gambling city
  13. Chicago baseball team
  14. Famous ship
  15. Rock band from California
  16. Moon landing mission
  17. Denver sports team
  18. New York neighborhood

35 Clues: Texas cityRock legendFamous shipRetail giantCoffee giantMovie awardsBaseball teamFamous statueFast food chainEast Coast stateSocial media appColorado capitalAnimation companyStreaming platformElectric car brandDenver sports teamFamous family nameWatergate presidentAmerican sports carLargest online storePopular coffee chainAnnual football game...

8 2025-10-30

8 crossword puzzle
Across
  1. Kabel untuk menghubungkan perangkat ke switch/router
  2. Firewall pada Linux
  3. Jaringan menggunakan kabel
  4. Server yang memberikan IP otomatis
  5. Meneruskan port ke perangkat lain
  6. Protokol dasar komunikasi jaringan
  7. Tempat kabel jaringan dikumpulkan dan diatur
  8. Perangkat jaringan sederhana untuk menghubungkan beberapa komputer
  9. Perangkat router Mikrotik
  10. Port pada switch
  11. Nama jaringan wifi
  12. Kartu jaringan untuk perangkat komputer
  13. Komponen jaringan di komputer
Down
  1. Program untuk mengatur hotspot
  2. Memfilter paket jaringan
  3. Kabel untuk menghubungkan dua perangkat langsung
  4. Alamat jaringan internal
  5. Program untuk koneksi VPN
  6. Media fisik untuk menghubungkan perangkat
  7. Proses pengamanan data
  8. Perangkat untuk menghubungkan komputer ke internet
  9. Mengubah IP lokal menjadi publik
  10. Perangkat untuk membuat titik akses wifi
  11. Kunci untuk akses SSH aman
  12. Jaringan tanpa kabel

25 Clues: Port pada switchNama jaringan wifiFirewall pada LinuxJaringan tanpa kabelProses pengamanan dataMemfilter paket jaringanAlamat jaringan internalProgram untuk koneksi VPNPerangkat router MikrotikJaringan menggunakan kabelKunci untuk akses SSH amanKomponen jaringan di komputerProgram untuk mengatur hotspotMengubah IP lokal menjadi publik...

8 2025-08-08

8 crossword puzzle
Across
  1. Wader with flat bill
  2. Eats flying insects
  3. Colorful tropical bird
  4. Tail-bobbing bird
  5. Spotted African bird
  6. Insect-eating songbird
  7. Australian crane
  8. Large forest grouse
  9. Large marsh bird
  10. Long-tailed game bird
  11. Tiny hovering bird
  12. Tropical bird with racket tail
  13. Lily-walking wader
  14. Ornamental bird with tail fan
Down
  1. Racket-tailed bird
  2. Resplendent trogon
  3. Game bird of fields
  4. Ground bird of South America
  5. Red-billed water bird
  6. Colorful aerial acrobat
  7. Glittering insectivore
  8. South American runner
  9. Bright fish catcher
  10. Nectar feeder
  11. Cliff-nesting gull

25 Clues: Nectar feederAustralian craneLarge marsh birdTail-bobbing birdRacket-tailed birdResplendent trogonCliff-nesting gullTiny hovering birdLily-walking waderGame bird of fieldsEats flying insectsBright fish catcherLarge forest grouseWader with flat billSpotted African birdRed-billed water birdSouth American runnerLong-tailed game bird...

8 2025-09-21

8 crossword puzzle
Across
  1. Sarcastic MTV cartoon
  2. Teenage superheroes
  3. Pop diva 90s
  4. Underground boxing movie
  5. Country pop crossover
  6. Tim Burton's comedy horror
  7. TV channel boom
  8. Gotta catch 'em all
  9. Replaced VHS late 90s
  10. Genie in a Bottle
  11. Movie about grunge scene
  12. MTV countdown show
Down
  1. Private investigator with a Ferrari
  2. Coming-of-age drama film
  3. Video rental chain
  4. Nonlinear crime film
  5. Singer of Titanic theme
  6. Movie about "The Dude"
  7. Singer of I Will Always
  8. Music television launch 80s
  9. Cartoon duo on MTV
  10. Solves problems with ingenuity
  11. Pop princess hit Baby
  12. Jagged Little Pill album
  13. Country superstar Brooks

25 Clues: Pop diva 90sTV channel boomGenie in a BottleVideo rental chainCartoon duo on MTVMTV countdown showTeenage superheroesGotta catch 'em allNonlinear crime filmSarcastic MTV cartoonCountry pop crossoverPop princess hit BabyReplaced VHS late 90sMovie about "The Dude"Singer of Titanic themeSinger of I Will AlwaysComing-of-age drama film...

8 2025-08-24

8 crossword puzzle
Across
  1. Major valve
  2. Organ that secretes hormones
  3. Blood cell
  4. Helps clot blood
  5. Carries blood away
  6. Master gland in the brain
  7. Insulating sheath on an axon
  8. Heart valve
  9. A cluster of nerve cells
  10. Chemical messenger
  11. Lower heart chamber
  12. Oxygen carrier
  13. Fluid of immunity
Down
  1. Filter lymph
  2. A bundle of axons
  3. Heart divider
  4. Lung valve
  5. The tenth cranial nerve
  6. Gland on top of the kidney
  7. Gland in the neck
  8. Heart valve
  9. Controls blood flow
  10. Produces blood cells
  11. Involuntary response
  12. Upper heart chamber

25 Clues: Lung valveBlood cellMajor valveHeart valveHeart valveFilter lymphHeart dividerOxygen carrierHelps clot bloodA bundle of axonsGland in the neckFluid of immunityCarries blood awayChemical messengerControls blood flowUpper heart chamberLower heart chamberProduces blood cellsInvoluntary responseThe tenth cranial nerveA cluster of nerve cells...

8 2025-08-28

8 crossword puzzle
Across
  1. A companion of Paul
  2. Shapes the clay
  3. Constant in supplication
  4. The last book of the Bible
  5. The first of the apostles
  6. Lowly heart
  7. A simple story used to illustrate a moral
  8. Reigns forever
  9. Rabbi title
  10. Law keeper
  11. Master over all
  12. An apostle to the Gentiles
  13. The brother of Jesus
  14. Rescuer Jesus
Down
  1. A disciple of Paul
  2. One of the four Gospels
  3. Righteous decider
  4. Men called
  5. Guides flock
  6. Temple servant
  7. An event inexplicable by natural laws
  8. Teacher of law
  9. Maker of all
  10. Buy back
  11. One of the four Gospels

25 Clues: Buy backMen calledLaw keeperLowly heartRabbi titleGuides flockMaker of allRescuer JesusTemple servantTeacher of lawReigns foreverShapes the clayMaster over allRighteous deciderA disciple of PaulA companion of PaulThe brother of JesusOne of the four GospelsOne of the four GospelsConstant in supplicationThe first of the apostles...

8 2026-04-24

8 crossword puzzle
Across
  1. Depressingly gloomy (additional)
  2. Attractively unusual or old-fashioned (additional)
  3. (already listed) Longing
  4. Showing a lack of courage (additional)
  5. Longing for the past (additional)
  6. Not severe (additional)
  7. Not easily convinced (additional)
  8. Being the best or most extreme example (additional)
  9. Made in an elaborate shape (additional)
  10. To sign or give formal consent (additional)
  11. Not aware of something (additional)
  12. An ugly expression showing disgust (additional)
  13. Unfriendly and antagonistic (additional)
  14. (already listed) Guilt
  15. Sudden and unexpected
  16. Free from an obligation (additional)
  17. Having an empty space inside (additional)
  18. A subtle difference in meaning (additional)
  19. Passionate and intense (additional)
  20. Conducive to moral or physical well-being (additional)
  21. Divided into areas (additional)
  22. Easily broken (additional)
  23. Possessing courage (additional)
  24. Childish; young (additional)
Down
  1. Cheerful and friendly (additional)
  2. (already listed) Persuasive
  3. Having a feeling of vague regret (additional)
  4. Having a hidden meaning (additional)
  5. Careful and persistent (additional)
  6. A fastening made by tying a piece of string (additional)
  7. Slow-moving or inactive (additional)
  8. Full of dedication (additional)
  9. Sumptuously rich or elaborate (additional)
  10. (already listed) Stern
  11. Able to be believed (additional)
  12. Unassuming in estimation of abilities (additional)
  13. To light or ignite (additional)
  14. To have an intense longing (additional)
  15. Savagely fierce (additional)
  16. Calm and peaceful (additional)
  17. To cause perplexity (additional)
  18. Liable to change rapidly (additional)
  19. Pale and giving the impression of illness (additional)
  20. Dried out with heat (additional)
  21. Perceptible by touch (additional)
  22. Very great or intense (additional)
  23. Happening in the opposite way to what is expected (additional)
  24. Fearless (additional)
  25. Disorderly and disruptive (additional)
  26. Quiet and gentle (additional)

50 Clues: Sudden and unexpectedFearless (additional)(already listed) Stern(already listed) GuiltNot severe (additional)(already listed) LongingEasily broken (additional)(already listed) PersuasiveSavagely fierce (additional)Childish; young (additional)Quiet and gentle (additional)Calm and peaceful (additional)Full of dedication (additional)...

Who's Who At HBMS 2023-08-25

Who's Who At HBMS crossword puzzle
Across
  1. 7/8 Red Math Teacher
  2. Gym Teacher
  3. Art Teacher
  4. School Secretary
  5. 7/8 Red Science Teacher
  6. Health Teacher
  7. 7/8 Red Social Studies Teacher
  8. Gym Teacher
  9. School Name
Down
  1. Nurse
  2. Music Teacher
  3. Theater Teacher
  4. 7/8 Red ELA Teacher
  5. Band Teacher
  6. Principal
  7. STEM Teacher
  8. Library Teacher
  9. Assistant Principal

18 Clues: NursePrincipalGym TeacherArt TeacherGym TeacherSchool NameBand TeacherSTEM TeacherMusic TeacherHealth TeacherTheater TeacherLibrary TeacherSchool Secretary7/8 Red ELA TeacherAssistant Principal7/8 Red Math Teacher7/8 Red Science Teacher7/8 Red Social Studies Teacher

MATEMATIKA 2024-01-30

MATEMATIKA crossword puzzle
Across
  1. 838 X 3 =
  2. 1.209 X 4 =
  3. 841 X 7 =
  4. 3.465 X 12 =
  5. 4.205 : 5 =
  6. 1.084 X 4 =
  7. 99 X 9 =
Down
  1. 3.062 X 7 =
  2. 163 X 8 =
  3. 7.576 : 8 =
  4. 1.864 : 8 =
  5. 948 X 8 =
  6. 636 X 8 =
  7. 4.218 : 3 =
  8. 3.051 : 9 =

15 Clues: 99 X 9 =838 X 3 =163 X 8 =948 X 8 =841 X 7 =636 X 8 =3.062 X 7 =7.576 : 8 =1.864 : 8 =1.209 X 4 =4.205 : 5 =4.218 : 3 =1.084 X 4 =3.051 : 9 =3.465 X 12 =

Jardin cinco de mayo 2024-05-05

Jardin cinco de mayo crossword puzzle
Across
  1. nineteenth century British explorer 7,6
  2. home of yoga 9
  3. the thinker sculptor 7,5
  4. type of tree 5,7
  5. breed of dog 8
  6. economic system 10
  7. Evesham festival 9
  8. Greek sun god 5
  9. prison in harry potter 7
  10. mountain in himalayas 9
  11. stoic philosopher 6
  12. ship 7
  13. province in costa rica 8
  14. novel, one hundred years of ? 8
  15. form of measurement 10
  16. climbing plant 8
  17. HBO series 3,4
  18. surname of Mount Rushmere sculptor
  19. hospital in scrubs 6,5
  20. robert browning poem 3,4,7
  21. al pacino character 8
  22. fruit tree genus 6
  23. title character of dickens first novel 8
  24. part of United Arab Emirates 3,5
  25. East Asian religion 6
  26. large beeked bird 6
Down
  1. former Ethiopian emperor 5,8
  2. the nutcracker composer
  3. sherlock holmes' antagonist 8
  4. spanish for t-shirt 8
  5. currency of Oman 4
  6. Country bordering dead Sea 6
  7. study of material remains 14
  8. oasis song 4
  9. legume
  10. liverpool Street of William mackenzies tomb 6
  11. talkative 10
  12. Eric clapton song 5
  13. capital of Romania 9
  14. since ? Is first ee cummings poem 7
  15. famous stone 7
  16. former liverpool defender 8,4
  17. Ethiopian spice 7
  18. birthplace of bruce springsteen 3,6
  19. las vegas of the east 5
  20. mayan City 7,4
  21. part of an atom 8
  22. live in 6
  23. Shakespeare play 7,3,5
  24. athurean character 6

50 Clues: legumeship 7live in 6oasis song 4talkative 10home of yoga 9breed of dog 8famous stone 7HBO series 3,4mayan City 7,4Greek sun god 5type of tree 5,7climbing plant 8Ethiopian spice 7part of an atom 8currency of Oman 4economic system 10Evesham festival 9fruit tree genus 6stoic philosopher 6Eric clapton song 5large beeked bird 6capital of Romania 9...

Baking/Desserts 2023-06-10

Baking/Desserts crossword puzzle
Across
  1. - French cookie (7)
  2. - Pliable icing (7)
  3. - Cinnamon-sugar coated, chewy texture (12)
  4. - Austrian pastry filled with fruit, nuts, or cheese (7)
  5. - Thin, crispy cookie often shaped (5)
  6. - Long, cream-filled pastry (6)
  7. - Fat Tuesday (6)
  8. - To combine liquids that don't naturally mix (9)
  9. - Heating and cooling chocolate (9)
  10. - Citrus fruit preserve (9)
  11. - Dish used for custards or soufflés (7)
  12. - Cake, ring-shaped (9)
  13. - Maker of sweets and candies (12)
  14. - Finely powdered sugar (10)
  15. - Non-stick paper (9)
Down
  1. - Creamy dessert made with eggs and milk (7)
  2. - Twice-baked cookies (8)
  3. - Confection made from caramelized nuts (7)
  4. - Small cream-filled pastry (11)
  5. - Ingredient that helps a cake rise (8)
  6. - Colorful sprinkles (8)
  7. - Beaten egg whites and sugar (8)
  8. - Soft cheese (11)
  9. - To soak fruit in sugar or a liquid (8))
  10. - Chocolate mixture (7)
  11. - Flavorless ingredient used to set or thicken desserts (8)
  12. - Buttery and crumbly cookie 10)
  13. - Sweet almond paste (8)
  14. - Working dough (7)
  15. - Glossy coating (5)

30 Clues: - Fat Tuesday (6)- Soft cheese (11)- French cookie (7)- Pliable icing (7)- Working dough (7)- Glossy coating (5)- Non-stick paper (9)- Chocolate mixture (7)- Cake, ring-shaped (9)- Colorful sprinkles (8)- Sweet almond paste (8)- Twice-baked cookies (8)- Citrus fruit preserve (9)- Finely powdered sugar (10)- Long, cream-filled pastry (6)...

Rae’s cryptic crossword 2024-11-23

Rae’s cryptic crossword crossword puzzle
Across
  1. 7 letters and a broken umbrella in the street (8)
  2. Alive in Yorkshire prior following the conflict (secondary) (7)
  3. hungry guest enjoys part of an ice lolly then a baked treat! (6)
  4. boy repeating digits (4)
  5. musical trio tangled at net store (8)
  6. Evil in France, grateful on British Isle (5)
  7. an engaging location, where the banshee owl stirs (10)
  8. affectionate name for stylish plastic boyfriend (7)
  9. we began caught in a difficulty or knot (4)
  10. You’re fortunate, Miss Liu- you just need more potassium! (5)
  11. Half look after crimson-back elephant (5)
  12. bay near to chalky shortcut (6)
Down
  1. storyteller’s family features a gangster! (4)
  2. saucy Italian is drunk at a bar with Ria (9)
  3. Bill’s woman has left the hut (8)
  4. little sleep on back after improvised game (8)
  5. Ginger slopes home (7)
  6. can’t nerds find another way to rise above? (8)
  7. band finished in a dull colour (8)
  8. Teddy exclaimed following a short pain (6)
  9. affection is doused in chlorine, and “love you” falls flat (8)

21 Clues: Ginger slopes home (7)boy repeating digits (4)bay near to chalky shortcut (6)Bill’s woman has left the hut (8)band finished in a dull colour (8)musical trio tangled at net store (8)Half look after crimson-back elephant (5)Teddy exclaimed following a short pain (6)we began caught in a difficulty or knot (4)...

Rae’s cryptic crossword 2024-11-23

Rae’s cryptic crossword crossword puzzle
Across
  1. 7 letters and a broken umbrella in the street (8)
  2. Alive in Yorkshire following the conflict (secondary) (7)
  3. hungry guest enjoys part of an ice lolly then a baked treat! (6)
  4. boy repeating digits (4)
  5. musical trio tangled at net store (8)
  6. Evil in France, grateful on British Isle (5)
  7. an engaging location, where the banshee owl stirs (10)
  8. affectionate name for stylish plastic boyfriend (7)
  9. we began caught in a difficulty or knot (4)
  10. You’re fortunate, Miss Liu- you just need more potassium! (5)
  11. Half look after crimson-back elephant (5)
  12. bay near to chalky shortcut (6)
Down
  1. storyteller’s family features a gangster! (4)
  2. saucy Italian is drunk at a bar with Ria (9)
  3. Bill’s woman has left the hut (8)
  4. little sleeps on back after improvised game (8)
  5. Ginger slopes home (7)
  6. can’t nerds find another way to rise above? (8)
  7. band finished in a dull colour (8)
  8. Teddy exclaimed following a short pain (6)
  9. affection is doused in chlorine, and “love you” falls flat (8)

21 Clues: Ginger slopes home (7)boy repeating digits (4)bay near to chalky shortcut (6)Bill’s woman has left the hut (8)band finished in a dull colour (8)musical trio tangled at net store (8)Half look after crimson-back elephant (5)Teddy exclaimed following a short pain (6)we began caught in a difficulty or knot (4)...

Rae’s cryptic crossword 2024-11-23

Rae’s cryptic crossword crossword puzzle
Across
  1. 7 letters and a broken umbrella in the street (8)
  2. Alive in Yorkshire following the conflict (secondary) (7)
  3. hungry guest enjoys part of an ice lolly then a baked treat! (6)
  4. boy repeating digits (4)
  5. musical trio tangled at net store (8)
  6. Evil in France, grateful on British Isle (5)
  7. an engaging location, where the banshee owl stirs (10)
  8. affectionate name for stylish plastic boyfriend (7)
  9. we began caught in a difficulty or knot (4)
  10. You’re fortunate, Miss Liu- you just need more potassium! (5)
  11. Half look after crimson-back elephant (5)
  12. bay near to chalky shortcut (6)
Down
  1. storyteller’s family features a gangster! (4)
  2. saucy Italian is drunk at a bar with Ria (9)
  3. Bill’s woman has left the hut (8)
  4. little sleep on back after improvised game (8)
  5. Ginger slopes home (7)
  6. can’t nerds find another way to rise above? (8)
  7. band finished in a dull colour (8)
  8. Teddy exclaimed following a short pain (6)
  9. affection is doused in chlorine, and “love you” falls flat (8)

21 Clues: Ginger slopes home (7)boy repeating digits (4)bay near to chalky shortcut (6)Bill’s woman has left the hut (8)band finished in a dull colour (8)musical trio tangled at net store (8)Half look after crimson-back elephant (5)Teddy exclaimed following a short pain (6)we began caught in a difficulty or knot (4)...

Creator Crossword 2021-03-02

Creator Crossword crossword puzzle
Across
  1. of the Unreal Engine (that's used for many games)
  2. Metroid Prime
  3. Civilization
  4. Pac-Man
  5. Mega Man
  6. "Hans Zimmer of Video Games" composer
  7. Rayman
  8. Guitar Hero
  9. Fable games
  10. Resident Evil
  11. Godfather of video games (creator of the Magnavox Odyssey)
  12. Fallout #1
  13. The Elder Scrolls series
  14. Diablo II
  15. Metal Gear Solid
  16. Asteroids & Centipede
  17. Madden Football
  18. Mario, Legend of Zelda
  19. Age of Empires
  20. Tom Clancy's games
  21. "John Williams of video games" composer
  22. Ico & Shadow of the Colossus
Down
  1. Counter-Strke
  2. Sonic the Hedgehog
  3. Wolfenstein 3D, Doom and Quake
  4. Tetris
  5. Formed BioWare (2 people)
  6. Dead or Alive
  7. Pokemon
  8. Everquest (2 people)
  9. Ultima series
  10. PopCap Studio
  11. Bioshock
  12. Dragon Quest
  13. Gears of War
  14. Game Boy
  15. Call of Duty
  16. The Legend of Zelda: Ocarina of Time
  17. Gran Turismo
  18. Co-Founded Sierra Online (2 people)
  19. Kirby
  20. Psychonauts
  21. Pong
  22. The "Nintendo" composer
  23. Deus Ex
  24. anything Sims related
  25. Command & Conquer
  26. Co. Naughty Dog
  27. head of Valve Software
  28. Mortal Kombat

50 Clues: PongKirbyTetrisRaymanPokemonPac-ManDeus ExMega ManBioshockGame BoyDiablo IIFallout #1Guitar HeroFable gamesPsychonautsCivilizationDragon QuestGears of WarCall of DutyGran TurismoCounter-StrkeDead or AliveMetroid PrimeUltima seriesPopCap StudioResident EvilMortal KombatAge of EmpiresCo. Naughty DogMadden FootballMetal Gear SolidCommand & Conquer...

User Exerience 2021-05-14

User Exerience crossword puzzle
Across
  1. It can be high or low by turning a knob.
  2. Flicking the lightswitch on and off.
  3. Some superheros have this.
  4. A boolean condition.
  5. A feeling that is usually accompanied by adrenaline.
  6. Without these your plane would surely crash.
  7. A song or instrumental piece.
  8. Without your eyes this wouldn't be possible.
  9. A tale with characters.
  10. The person who interact with a video game.
  11. Usually video games have these nasty fellows.
  12. How you might get those pesky critters.
  13. You may train your pet with these.
Down
  1. A boolean condition.
  2. Not speech or music.
  3. From left to right.
  4. Computer science term for visual representations of data.
  5. A piece of data a programmer creates.
  6. Moving parts in a video game.
  7. you can set values from low to high with a flick of a finger.
  8. You feel this through receptors in your skin.
  9. The sense that uses your ears.
  10. If you fail you can get back up again.
  11. Coins, rings, mushrooms and destruction.
  12. Something to overcome.
  13. You find these in a rainbow.
  14. Up and down.
  15. A persons sense of emotional feeling.

28 Clues: Up and down.From left to right.A boolean condition.Not speech or music.A boolean condition.Something to overcome.A tale with characters.Some superheros have this.You find these in a rainbow.Moving parts in a video game.A song or instrumental piece.The sense that uses your ears.You may train your pet with these.Flicking the lightswitch on and off....

Mrs. Shein's 5th Grade "SHEIN"-ing STARS! 2022-08-03

Mrs. Shein's 5th Grade "SHEIN"-ing STARS! crossword puzzle
Across
  1. Birthday is 2/4/2012 and has dark brown hair
  2. Likes pasta and football
  3. Loves football and basketball
  4. Loves book "Wings of Fire," and video games
  5. Loves math and dance and has 2 brothers
  6. Loves the monkey bars and doing front flips
  7. Has 4 siblings, plays drums and violin, and is an artist
  8. Boy Scout, collects Pokémon cards and acts
  9. Loves to read, loves apples, has 3 siblings
  10. Likes fishing and football, loves tigers
Down
  1. Loves soccer, baseball, and has 1 sibling
  2. Loves wrestling and video games
  3. Born in 2011 and has 2 siblings
  4. Born in CA, has 2 brothers and lived in Hawaii
  5. Loves to surf, the colors red, white and blue, and soccer
  6. Favorite food is sushi and is a creative writer
  7. Loves sports, soccer, ice cream, and family
  8. Loves Lego, basketball and video games
  9. Loves musicals, orange, has 2 dogs
  10. Loves soccer and doesn't like ice cream
  11. Born in 2011, wears glasses and has brown hair
  12. Favorites: light pink, sushi, drawing, reading

22 Clues: Likes pasta and footballLoves football and basketballLoves wrestling and video gamesBorn in 2011 and has 2 siblingsLoves musicals, orange, has 2 dogsLoves Lego, basketball and video gamesLoves math and dance and has 2 brothersLoves soccer and doesn't like ice creamLikes fishing and football, loves tigersLoves soccer, baseball, and has 1 sibling...

Datorika 2022-10-13

Datorika crossword puzzle
Across
  1. Ir teksta process ko izstrādājis microsoft
  2. Ir ierīce kursora pārvietošanai pa datora ekrānu
  3. Ir datora tips kas nav jāpievieno elektrotīklam
  4. Tiesībās ir noteiktā kārtībā un formā sastādīts akts
  5. Pielietošana dokumentiem, fotogrāfijām vai fotofilmiņām
  6. Sauc kādu iekārtu, kuras nozīmīga ir īpašība ir tās noslēgtība no ārējās vides
  7. Kas mutiski tulko tekstu no vienas valodas uz citu
  8. Var sazinātiesvideo sapulcēs un video zvanos
  9. Jeb datora korpusā atrodas barošanās bloks un ventilatori, kas aizvada siltumu
  10. Ir ilustrēts kāda temata izklāts kurā parasti iekļauj uzskates līdzekļus
Down
  1. Iegūst reāla laika navigāciju
  2. Datortīkla iekārta kas balstīta uz tīkla topoloģiju
  3. Ierīce skaņas izvadīšanai
  4. Ir neticami jaudīgs rīks lielu datu apjomu apstrādei
  5. Ir datora izvadierīce, kas drukā tekstu un attēlus uz papīra
  6. Ir teksta, balss un video terzēšanas programma
  7. Ir video koplietošanas tiešsaistes sociālā tīkla tīmekļa vietne
  8. Attēlo datorā apstrādāto informāciju
  9. Ir pāris mazu skaļruņu ko izmanto, lai klausītos
  10. Ir centrālā jeb galvenā montāžas plate sarežģītās elektroniskās sistēmās
  11. Ir ierīce akustisku svārstību pārvēršanai elektriskās svārstības skaņas pastiprināšanas
  12. Rīce ar ko tu vari rakstīt

22 Clues: Ierīce skaņas izvadīšanaiRīce ar ko tu vari rakstītIegūst reāla laika navigācijuAttēlo datorā apstrādāto informācijuIr teksta process ko izstrādājis microsoftVar sazinātiesvideo sapulcēs un video zvanosIr teksta, balss un video terzēšanas programmaIr datora tips kas nav jāpievieno elektrotīklamIr ierīce kursora pārvietošanai pa datora ekrānu...

2G Sight Words 2024-04-29

2G Sight Words crossword puzzle
Across
  1. My dad said, " I can get a new video game _____ basketball jersey.
  2. My _________ home is not far from school.
  3. I love to _________ video games after school.
  4. The wanted to go _______ for a walk and to chase the birds.
  5. Please don't turn _______ the lights.
  6. The teacher asked to __________ a drawing of our favorite animal.
  7. During the schools jog-a-thon, I ________ so many laps.
  8. The boy said, "_________ it back to me."
  9. The class so an eagle fly over the playground.
  10. She is _______ to be late to school.
Down
  1. The boy jumped _________ the puddle.
  2. My friends were _________ to see me today.
  3. The teacher asked us to ______ away are reading materials.
  4. I read a book ______ cats.
  5. There were so many pencils _______ the desk.
  6. The lunch lady told us to only _________ 2 slices of pizza.
  7. I was so happy to go shopping for ______ shoes.
  8. My mom said, "_____, I clean my room first, then I can play video games."
  9. The teacher asked us to ________ at the end of the hallway.
  10. It was __________ not cold yesterday.

20 Clues: I read a book ______ cats.The boy jumped _________ the puddle.She is _______ to be late to school.Please don't turn _______ the lights.It was __________ not cold yesterday.The boy said, "_________ it back to me."My _________ home is not far from school.My friends were _________ to see me today.There were so many pencils _______ the desk....

Modes of Communication 2024-08-25

Modes of Communication crossword puzzle
Across
  1. This platform is used for professional networking.
  2. This platform is used for sharing photos and videos.
  3. This device is used to make voice calls.
  4. Phone This device is used to send text messages.
  5. This is a formal written document used in business.
  6. Call This form of communication uses video and audio.
  7. This is a traditional form of news communication.
  8. This is a method of broadcasting audio content.
  9. This is a short message sent via mobile phone.
  10. You send these through a computer to talk to someone far away.
  11. This is a visual form of communication using images.
Down
  1. This written form of communication is sent by mail.
  2. This social media platform is known for tweets.
  3. This is a digital form of communication using emojis and text.
  4. This is a face-to-face form of communication.
  5. This is a method of sending written messages quickly.
  6. This app is used for instant messaging.
  7. This app is used for video conferencing.
  8. This is a formal way to communicate in business.
  9. This is a handwritten form of communication.

20 Clues: This app is used for instant messaging.This device is used to make voice calls.This app is used for video conferencing.This is a handwritten form of communication.This is a face-to-face form of communication.This is a short message sent via mobile phone.This social media platform is known for tweets.This is a method of broadcasting audio content....

TTS Teknik Komputer dan Jaringan 2025-08-25

TTS Teknik Komputer dan Jaringan crossword puzzle
Across
  1. Media komunikasi berupa gambar diam
  2. Format file gambar populer dengan ekstensi .jpg
  3. Proses memindahkan data dari satu komputer ke komputer lain
  4. Bahasa pemrograman untuk membuat website
  5. File dengan ekstensi .ppt digunakan untuk membuat....
  6. Aplikasi pengolah kata dari Microsoft
  7. Protokol transfer file antar komputer
  8. Salah satu format file gambar dengan ekstensi .png disebut
  9. Aplikasi untuk mengedit video dari Adobe.
  10. Perangkat lunak untuk membuat presentasi.
  11. Media komunikasi berbasis teks melalui internet.
  12. Jenis komunikasi tanpa tatap muka
Down
  1. Salah satu platform meeting online
  2. Jenis komunikasi yang menggunakan internet
  3. Perangkat lunak untuk pengolahan angka
  4. Aplikasi untuk desain grafis berbasis vektor
  5. Perangkat keras untuk mengeluarkan suara
  6. Platform untuk berbagi video
  7. Proses mengubah pesan menjadi kode agar lebih aman.
  8. Aplikasi pesan instan milik Meta
  9. Media sosial berbasis foto dan video singkat
  10. Media penyimpanan data berbentuk awan
  11. Komunikasi yang berlangsung secara bersamaan
  12. Salah satu format file dokumen
  13. Platform meeting online milik Google
  14. Salah satu format file presentasi
  15. Salah satu format file audio digital
  16. Sistem pengiriman pesan elektronik
  17. Standar keamanan jaringan Wi-Fi
  18. Jenis jaringan komputer berskala kecil

30 Clues: Platform untuk berbagi videoSalah satu format file dokumenStandar keamanan jaringan Wi-FiAplikasi pesan instan milik MetaSalah satu format file presentasiJenis komunikasi tanpa tatap mukaSalah satu platform meeting onlineSistem pengiriman pesan elektronikMedia komunikasi berupa gambar diamPlatform meeting online milik Google...

Materi koding BAB 1&2 2025-10-21

Materi koding BAB 1&2 crossword puzzle
Across
  1. Menemukan kesalahan logika dalam pemrograman termasuk aktivitas
  2. Faktor utama dalam membandingkan dua algoritma untuk menyelesaikan permasalahan yang sama
  3. YouTube Instagram tiktok termasuk kategori platform penyebaran
  4. Kesalahan pada perangkat keras/lunak menyebabkan sistem tidak berfungsi
  5. Format file audio dengan kualitas tinggi tanpa kompresi adalah
  6. proses awal pemecahan masalah bertujuan memahami permasalahan
  7. Solusi yang telah dirancang dalam bentuk nyata disebut
  8. Jenis multi media yang memungkinkan pengguna berinteraksi dengan kontennya secara langsung
  9. Sekumpulan intruksi terstruktur yang digunakan untuk menyelesaikan suatu masalah dinamakan
  10. Bahasa pemrograman berbasis teks yang sering digunakan untuk pengembangan web backend adalah
  11. Algoritma pencarian memiliki efisiensi lebih tinggi dalam data terurut adalah
Down
  1. bagian dalam program yang menentukan alur eksekusi
  2. Proses menggabungkan gambar,audio,dan video menjadi multimedia
  3. Rangkaian gambar yang disusun secara berurutan untuk memvisualisasikan alur cerita
  4. Perangkat lunak yang digunakan untuk mengedit gambar berbasis vektor
  5. Jenis multimedia yang bersifat pasif
  6. Gabungan antara teks audio gambar animasi dan video disebut
  7. komponen multimedia menggunakan format MP3
  8. bahasa pemrograman untuk pengembangan web
  9. format video yang paling umum digunakan

20 Clues: Jenis multimedia yang bersifat pasifformat video yang paling umum digunakanbahasa pemrograman untuk pengembangan webkomponen multimedia menggunakan format MP3bagian dalam program yang menentukan alur eksekusiSolusi yang telah dirancang dalam bentuk nyata disebutGabungan antara teks audio gambar animasi dan video disebut...

Manajemen peserta didik/kesiswaan di SD 2023-11-14

Manajemen peserta didik/kesiswaan di SD crossword puzzle
Across
  1. Mengidentifikasi masalah perilaku peserta didik melalui __. (8 huruf)**
  2. Kegiatan di luar pelajaran biasa, disebut __. (11 huruf)**
  3. Melibatkan orang tua dalam __ peserta didik. (10 huruf)*
  4. Sidik Proses mencatat dan mengelola data peserta __. (11 huruf)**
  5. Melibatkan peserta didik dalam __ kegiatan sekolah. (8 huruf)**
  6. Penting untuk menciptakan lingkungan belajar yang __. (8 huruf)**
  7. Kepala sekolah bertanggung jawab dalam __ peserta didik. (9 huruf)**
  8. Ruang belajar yang menyediakan dukungan bagi peserta didik dengan __. (8 huruf)**
  9. Komite sekolah memberikan __ dan dukungan. (6 huruf)**
Down
  1. Kegiatan untuk membantu perkembangan peserta didik secara __. (7 huruf)**
  2. Orang tua dan guru bekerja sama untuk mencapai __ peserta didik. (8 huruf)**
  3. Silang: Manajemen Peserta Didik/Kesiswaan di SD**
  4. Pendekatan untuk meningkatkan __ peserta didik. (8 huruf)**
  5. Program untuk menilai perkembangan peserta didik secara __. (11 huruf)**
  6. Pihak yang memberikan __ pada kegiatan sekolah. (6 huruf)**
  7. Kegiatan untuk mengatasi __ antar peserta didik. (8 huruf)**
  8. Program ekstrakurikuler di luar __. (8 huruf)**
  9. Bimbingan dan konseling membantu __ peserta didik. (8 huruf)**
  10. Belajar Pendekatan untuk menangani perbedaan __ peserta didik. (11 huruf)**

19 Clues: Program ekstrakurikuler di luar __. (8 huruf)**Silang: Manajemen Peserta Didik/Kesiswaan di SD**Komite sekolah memberikan __ dan dukungan. (6 huruf)**Melibatkan orang tua dalam __ peserta didik. (10 huruf)*Kegiatan di luar pelajaran biasa, disebut __. (11 huruf)**Pendekatan untuk meningkatkan __ peserta didik. (8 huruf)**...

Manajemen peserta didik/kesiswaan di sd 2023-11-14

Manajemen peserta didik/kesiswaan di sd crossword puzzle
Across
  1. Mengidentifikasi masalah perilaku peserta didik melalui __. (8 huruf)**
  2. Kegiatan di luar pelajaran biasa, disebut __. (11 huruf)**
  3. Melibatkan orang tua dalam __ peserta didik. (10 huruf)**
  4. Dik Proses mencatat dan mengelola data peserta __. (11 huruf)**
  5. Melibatkan peserta didik dalam __ kegiatan sekolah. (8 huruf)**
  6. Penting untuk menciptakan lingkungan belajar yang __. (8 huruf)**
  7. Kepala sekolah bertanggung jawab dalam __ peserta didik. (9 huruf)**
  8. Ruang belajar yang menyediakan dukungan bagi peserta didik dengan __. (8 huruf)**
  9. Komite sekolah memberikan __ dan dukungan. (6 huruf)**
Down
  1. Kegiatan untuk membantu perkembangan peserta didik secara __. (7 huruf)**
  2. Orang tua dan guru bekerja sama untuk mencapai __ peserta didik. (8 huruf)**
  3. Silang: Manajemen Peserta Didik/Kesiswaan di SD**
  4. Pendekatan untuk meningkatkan __ peserta didik. (8 huruf)**
  5. Program untuk menilai perkembangan peserta didik secara __. (11 huruf)**
  6. Pihak yang memberikan __ pada kegiatan sekolah. (6 huruf)**
  7. Kegiatan untuk mengatasi __ antar peserta didik. (8 huruf)**
  8. Program ekstrakurikuler di luar __. (8 huruf)**
  9. Bimbingan dan konseling membantu __ peserta didik. (8 huruf)**
  10. Belajar Pendekatan untuk menangani perbedaan __ peserta didik. (11 huruf)**

19 Clues: Program ekstrakurikuler di luar __. (8 huruf)**Silang: Manajemen Peserta Didik/Kesiswaan di SD**Komite sekolah memberikan __ dan dukungan. (6 huruf)**Melibatkan orang tua dalam __ peserta didik. (10 huruf)**Kegiatan di luar pelajaran biasa, disebut __. (11 huruf)**Pendekatan untuk meningkatkan __ peserta didik. (8 huruf)**...

Manajemen peserta didik/kesiswaan di SD 2023-11-14

Manajemen peserta didik/kesiswaan di SD crossword puzzle
Across
  1. Melibatkan orang tua dalam __ peserta didik. (10 huruf)**
  2. Penting untuk menciptakan lingkungan belajar yang __. (8 huruf)**
  3. Orang tua dan guru bekerja sama untuk mencapai __ peserta didik. (8 huruf)**
  4. Kegiatan untuk mengatasi __ antar peserta didik. (8 huruf)**
  5. Ruang belajar yang menyediakan dukungan bagi peserta didik dengan __. (8 huruf)**
  6. Kegiatan untuk membantu perkembangan peserta didik secara __. (7 huruf)**
  7. Komite sekolah memberikan __ dan dukungan. (6 huruf)**
  8. Kegiatan di luar pelajaran biasa, disebut __. (11 huruf)**
  9. Sidik Proses mencatat dan mengelola data peserta __. (11 huruf)**
Down
  1. Silang: Manajemen Peserta Didik/Kesiswaan di SD**
  2. Pihak yang memberikan __ pada kegiatan sekolah. (6 huruf)**
  3. Mengidentifikasi masalah perilaku peserta didik melalui __. (8 huruf)**
  4. Bimbingan dan konseling membantu __ peserta didik. (8 huruf)**
  5. Kepala sekolah bertanggung jawab dalam __ peserta didik. (9 huruf)**
  6. Program untuk menilai perkembangan peserta didik secara __. (11 huruf)**
  7. Program ekstrakurikuler di luar __. (8 huruf)**
  8. Pendekatan untuk meningkatkan __ peserta didik. (8 huruf)**
  9. Belajar Pendekatan untuk menangani perbedaan __ peserta didik. (11 huruf)**
  10. Melibatkan peserta didik dalam __ kegiatan sekolah. (8 huruf)**

19 Clues: Program ekstrakurikuler di luar __. (8 huruf)**Silang: Manajemen Peserta Didik/Kesiswaan di SD**Komite sekolah memberikan __ dan dukungan. (6 huruf)**Melibatkan orang tua dalam __ peserta didik. (10 huruf)**Kegiatan di luar pelajaran biasa, disebut __. (11 huruf)**Pihak yang memberikan __ pada kegiatan sekolah. (6 huruf)**...

Vocabulary 2025-11-17

Vocabulary crossword puzzle
Across
  1. Swelled or puffed up, usually by air. (8 letters)
  2. Spoken in a brief or rude manner. (6 letters)
  3. Boldly resisting or refusing to obey. (7 letters)
  4. Took too long; wasted time. (8 letters)
  5. With dry, sarcastic humor. (5 letters)
  6. Loud and noisy in a harsh way. (7 letters)
  7. Walked slowly and casually. (6 letters)
  8. Deep, rich, and echoing in sound. (8 letters)
  9. Longing or sadly wishing for something. (9 letters)
  10. To hurry or move quickly. (6 letters)
  11. Unable to be read because of poor writing. (9 letters)
Down
  1. Signaled or called to someone to come closer. (8 letters)
  2. Carved or shaved wood with small cuts. (8 letters)
  3. A serious effort or attempt. (8 letters)
  4. Resisting or challenging something. (7 letters)
  5. A terrible disaster or event causing great damage. (11 letters)
  6. Tangled up or caught in something. (8 letters)
  7. Unwillingly; done with hesitation. (11 letters)
  8. Very weak or lacking strength. (6 letters)

19 Clues: To hurry or move quickly. (6 letters)With dry, sarcastic humor. (5 letters)Took too long; wasted time. (8 letters)Walked slowly and casually. (6 letters)A serious effort or attempt. (8 letters)Loud and noisy in a harsh way. (7 letters)Very weak or lacking strength. (6 letters)Spoken in a brief or rude manner. (6 letters)...

Howard's Crossword 2 2024-10-30

Howard's Crossword 2 crossword puzzle
Across
  1. boots, shoes, etc (8)
  2. very, very hot (7)
  3. a bit of a shape (8)
  4. trapped inside many things (11)
  5. hard to do (9)
  6. lights, TVs, etc (8)
  7. underwater (7)
  8. worth a lot (9)
  9. illness that dogs can get (6)
  10. take something you weren't supposed to (5)
  11. check everyone's here (12)
  12. destroyed (7)
  13. free (8)
  14. very scary (6)
  15. you can break it (9)
  16. could be anything (6)
  17. suddenly (9)
  18. molten rock (4)
  19. opposite of portrait (9)
  20. something used in wars (4)
  21. the type of colour orange is (9)
  22. thousands, hundreds, tens & ones (6)
  23. crossword game (8)
  24. promise to marry (7)
  25. everyone loves it (7)
  26. protect (5)
Down
  1. changed (11)
  2. smart (6)
  3. wish you hadn't done something (6)
  4. famous shop (8)
  5. incredibly large (9)
  6. cheeky (7)
  7. suddenly go BOOM (7)
  8. between transparent & opaque (11)
  9. one thousand millions (7)
  10. across or between planets (14)
  11. do something different to make it easier to win (5)
  12. perfect (8)
  13. pony containing sweets (6)
  14. word you say to get through (8)
  15. dead star that abzorbs everything (9)
  16. give someone courage to do something (9)
  17. walk confidently (7)
  18. pull something (7)
  19. choose to do something (8)
  20. edge of the path (4)
  21. dino with a club for a tail (12)
  22. drink quickly (5)
  23. comfy clothing (7)
  24. something see through (7)
  25. no one expected it (10)
  26. no one can do it (10)
  27. where songs & the news come from (5)
  28. anyone can use it (6)
  29. red, juicy fruit (10)
  30. suddenly find something (9)
  31. lean about something on the internet (8)

57 Clues: free (8)smart (6)cheeky (7)perfect (8)protect (5)changed (11)suddenly (9)destroyed (7)hard to do (9)underwater (7)very scary (6)famous shop (8)worth a lot (9)molten rock (4)drink quickly (5)very, very hot (7)pull something (7)comfy clothing (7)crossword game (8)incredibly large (9)a bit of a shape (8)suddenly go BOOM (7)lights, TVs, etc (8)...

Munchie baby❤️ 2026-02-24

Munchie baby❤️ crossword puzzle
Across
  1. Spread made from preserved citrus (9)
  2. Garment (7)
  3. Sounding husky (6)
  4. Letter, Message (7)
  5. Permission (8)
  6. Take command of a vehicle (6)
  7. Aromatic herb (8)
  8. Unaware of others feelings (11)
  9. Label, name (9)
  10. _able, _ie, _Kin etc (5)
  11. Adorable chunky bear that lives on Munchies bed (10)
  12. Language used in casual/informal conversation (10)
  13. train to _______ (9)
  14. Out of focus, non representational (8)
  15. cracked wheat foodstuff found in Middle Eastern and South Asian cuisines (6)
  16. Loose robe (6)
  17. Annoying behavior (8)
  18. Edible fruit with green flesh (4)
  19. Danger (8)
  20. Include (11)
  21. Lemonade from here is the best (5)
  22. Enthralled, Bewitched (10)
  23. Be suitable to (5)
  24. Designed to cause fires (10)
Down
  1. the art of knitting knots (8)
  2. It lays a golden egg (5)
  3. Humor, playfulness (6)
  4. Power of seeing things not present to the senses (12)
  5. Body of persons (4)
  6. Surround (8)
  7. Foucaults system of control (10)
  8. Yellow flowered wild plant (9)
  9. Serious, sincere (7)
  10. Alloy of copper and zinc (5)
  11. Adorable blue dragon that lives on Neo's bed (6)
  12. Puppet (10)
  13. Equal, Average (3)
  14. Travel show host (7,8)
  15. Speed, Hurry (4)
  16. Fibrous mineral often found in the walls of old buildings (8)
  17. Sleepy Tasmanian Hollow (8)
  18. Weariness (7)
  19. Fabric decorated with woven design (8)
  20. Record player (10)
  21. Bird with fanlike tail (7)
  22. Set in proper order (7)
  23. Our most recent baking success (7)
  24. Large seaweed (4)
  25. Small booth (5)
  26. Gathering of witches (5)

50 Clues: Danger (8)Puppet (10)Garment (7)Surround (8)Include (11)Weariness (7)Permission (8)Loose robe (6)Label, name (9)Small booth (5)Speed, Hurry (4)Aromatic herb (8)Large seaweed (4)Equal, Average (3)Sounding husky (6)Record player (10)Be suitable to (5)Body of persons (4)Letter, Message (7)Serious, sincere (7)train to _______ (9)Annoying behavior (8)...

Cruzadinha da Divisão 2021-03-05

Cruzadinha da Divisão crossword puzzle
Across
  1. 80:4
  2. 120:3
  3. 72:9
  4. 78:6
  5. 16:8
  6. 75:5
  7. 90:5
  8. 49:7
Down
  1. 63:9
  2. 32:8
  3. 27:9
  4. 64:8
  5. 48:8
  6. 54:9
  7. 60:2
  8. 36:3
  9. 30:6
  10. 56:4

18 Clues: 63:980:432:827:972:964:848:854:978:660:216:836:330:675:556:490:549:7120:3

YA29 2020-03-21

YA29 crossword puzzle
Across
  1. Block out (7)
  2. Surplus (4)
  3. Newsreader (3, 4)
  4. Intimidate (6)
  5. Nudge (4)
  6. Bashful (3)
  7. Duck (7)
  8. Rostrum (6)
  9. Punctuation (10)
  10. Mythical creature (8)
  11. Cultivate (6)
  12. Trinket (5)
  13. Released the album Remain In Light (7, 5)
  14. Hearing (7)
  15. Marionette (6)
  16. Civility (7)
  17. Secluded (6)
  18. Capricious (8)
  19. Capital of Canada (6)
Down
  1. Feedback (8)
  2. Popular Channel 4 show (9)
  3. Placate (9)
  4. Fear of balloons popping (11)
  5. Phantasm (6)
  6. Twitch (5)
  7. Legendary Hollywood actress (9, 7)
  8. Sentimental (7)
  9. Flowering plant (8)
  10. Eagerness (6)
  11. Aphorism (5)
  12. Grant (10)
  13. Limit (8)
  14. Vibration (5)
  15. Has the chemical symbol Sn (3)

34 Clues: Duck (7)Nudge (4)Limit (8)Twitch (5)Grant (10)Placate (9)Surplus (4)Bashful (3)Rostrum (6)Trinket (5)Hearing (7)Feedback (8)Phantasm (6)Aphorism (5)Civility (7)Secluded (6)Block out (7)Eagerness (6)Cultivate (6)Vibration (5)Intimidate (6)Marionette (6)Capricious (8)Sentimental (7)Punctuation (10)Newsreader (3, 4)Flowering plant (8)...

YA22 2020-02-01

YA22 crossword puzzle
Across
  1. Anguilliformes (4)
  2. Decorative (6)
  3. Wunderkind (7)
  4. Australian state (8)
  5. Mortal (5)
  6. Breed of dog (3)
  7. Figurative (11)
  8. Fenland town (9)
  9. Female operatic voice (7)
  10. Gumption (9)
  11. Sea (13)
  12. Church bench (3)
  13. Irascible (12)
  14. Criterion ( 9)
  15. Award winning drama (5, 8)
  16. Exalted (7)
  17. Title (4)
  18. Sinister (10)
  19. Subdued (5)
  20. An England captain (8)
  21. Anguish (3)
Down
  1. Irish gnome (10)
  2. apologetic (8)
  3. Board game (10)
  4. Impound (10)
  5. Norse god (4)
  6. Season (6)
  7. Lapse (13)
  8. Promulgate (6)
  9. Ungainly (7)
  10. Mountain range (12)
  11. Arbiter (7)
  12. Foreword (8)
  13. Part of the eye (6)
  14. Torrent (6)
  15. Tariff (4)

36 Clues: Sea (13)Title (4)Season (6)Mortal (5)Lapse (13)Tariff (4)Arbiter (7)Torrent (6)Exalted (7)Subdued (5)Anguish (3)Impound (10)Ungainly (7)Gumption (9)Foreword (8)Norse god (4)Sinister (10)apologetic (8)Decorative (6)Wunderkind (7)Promulgate (6)Irascible (12)Criterion ( 9)Board game (10)Figurative (11)Irish gnome (10)Breed of dog (3)Fenland town (9)...

Crossword by Jade 2021-01-21

Crossword by Jade crossword puzzle
Across
  1. To be inside (6)
  2. Type of German sausage (11)
  3. Largest land mammal on earth (8)
  4. To experience (9)
  5. One of three primary colours (6)
  6. To be wrong (10)
  7. The world's most consumed fish (4)
  8. Sweden's capital city (9)
  9. Name of Prince William's daughter (9)
  10. Common nickname of Hollywood (10)
Down
  1. To journey (6)
  2. Activity requiring physical effort (8)
  3. Nickname of those born in 2000 (11)
  4. The name given to a group of owls (10)
  5. Shape with seven sides (8)
  6. A determination or settlement (8)
  7. Name given to the top of a volcano (6)
  8. To have a target (4)
  9. Name given to a group of squirrels (6)
  10. Kindess (8)

20 Clues: Kindess (8)To journey (6)To be inside (6)To be wrong (10)To experience (9)To have a target (4)Sweden's capital city (9)Shape with seven sides (8)Type of German sausage (11)Largest land mammal on earth (8)One of three primary colours (6)A determination or settlement (8)Common nickname of Hollywood (10)The world's most consumed fish (4)...

Solving Algebraic Equations Review 2025-09-04

Solving Algebraic Equations Review crossword puzzle
Across
  1. 2(x+4)=20
  2. 3x+5=11
  3. 4x+3=31
  4. 4(x+1)=92
  5. 8x+20=340
  6. 2x+8=36
  7. 10x-50=100
  8. 5x-7=8
  9. 6x-20=100
  10. 10x-8=72
  11. 9x-1=8
  12. 7x-10=200
  13. x+7=20
  14. x+6=30
  15. 5x-50=5
  16. 3x+3=60
Down
  1. 8x-100=700
  2. 2x-2=40
  3. 4x-8=60
  4. 2x+80=200
  5. 8x-12=20
  6. 3x-9=60
  7. 6x-15=15
  8. 5x-25=100
  9. 9x-50=400
  10. 2x+4=40
  11. x-9=7
  12. 11x-10=100
  13. 3(x-2)=30
  14. 7x+2=65

30 Clues: x-9=75x-7=89x-1=8x+7=20x+6=302x-2=404x-8=603x+5=113x-9=604x+3=312x+8=362x+4=407x+2=655x-50=53x+3=608x-12=206x-15=1510x-8=722(x+4)=202x+80=2004(x+1)=928x+20=3405x-25=1009x-50=4006x-20=1007x-10=2003(x-2)=308x-100=70010x-50=10011x-10=100

Solving Algebraic Equations Review 2025-09-04

Solving Algebraic Equations Review crossword puzzle
Across
  1. 2(x+4)=20
  2. 3x+5=11
  3. 4x+3=31
  4. 4(x+1)=92
  5. 8x+20=340
  6. 2x+8=36
  7. 10x-50=100
  8. 5x-7=8
  9. 6x-20=100
  10. 10x-8=72
  11. 9x-1=8
  12. 7x-10=200
  13. x+7=20
  14. x+6=30
  15. 5x-50=5
  16. 3x+3=60
Down
  1. 8x-100=700
  2. 2x-2=40
  3. 4x-8=60
  4. 2x+80=200
  5. 8x-12=20
  6. 3x-9=60
  7. 6x-15=15
  8. 5x-25=100
  9. 9x-50=400
  10. 2x+4=40
  11. x-9=7
  12. 11x-10=100
  13. 3(x-2)=30
  14. 7x+2=65

30 Clues: x-9=75x-7=89x-1=8x+7=20x+6=302x-2=404x-8=603x+5=113x-9=604x+3=312x+8=362x+4=407x+2=655x-50=53x+3=608x-12=206x-15=1510x-8=722(x+4)=202x+80=2004(x+1)=928x+20=3405x-25=1009x-50=4006x-20=1007x-10=2003(x-2)=308x-100=70010x-50=10011x-10=100

Brian's Birthday 2024-08-29

Brian's Birthday crossword puzzle
Across
  1. Vulture - bike (6)
  2. Fastest Underground line (12)
  3. English coastal town - Paul's lunch (8)
  4. Invasive bird species (8)
  5. 2026 UCI Road World Championships (8)
  6. Russian sauna (5)
  7. City Freja was born in (4)
  8. Four Tet's mum's favourite DJ (6)
  9. Defy gravity (10)
  10. Eight wheels (12)
  11. Audio tape or bike part (8)
  12. Our third date (3,7)
Down
  1. Popular (to visit) (9)
  2. Haircut oral no (anag.) (13)
  3. Darling - viscous liquid (5)
  4. Start point of C2C (10)
  5. City with most rainfall in Europe (6)
  6. A stone or a ? (6)
  7. The Haringey ....? (7)
  8. Stamford Hill ambulance (7)
  9. Jag känner en (3)
  10. Percussion - Guesthouse (8)
  11. Third place 2021 Giro (5)

23 Clues: Russian sauna (5)Jag känner en (3)Defy gravity (10)Eight wheels (12)Vulture - bike (6)A stone or a ? (6)Our third date (3,7)Popular (to visit) (9)The Haringey ....? (7)Start point of C2C (10)Invasive bird species (8)Third place 2021 Giro (5)City Freja was born in (4)Stamford Hill ambulance (7)Percussion - Guesthouse (8)Audio tape or bike part (8)...