About 739,000 results
Open links in new tab
  1. What is a Block in Programming? - GeeksforGeeks

    Apr 2, 2024 · What is a Block in Programming? In general programming, a block is a section of code enclosed within curly braces {}. It defines a scope, where the enclosed statements are treated as a single unit. Blocks help in organizing code, controlling the flow of execution, and defining the visibility and lifetime of variables within a program ...

  2. Block (programming) - Wikipedia

    In computer programming, a block or code block or block of code is a lexical structure of source code which is grouped together. Blocks consist of one or more declarations and statements. A programming language that permits the creation of blocks, including blocks nested within other blocks, is called a block-structured programming language.

  3. Snap! Build Your Own Blocks

    Snap! is a blocks-based programming language built by UC Berkeley and used by hundreds of thousands of programmers around the world.

  4. Block Coding Explained: Understanding the Basics of Visual Programming

    Block coding, often referred to as block-based or visual programming, is a beginner-friendly method of coding that uses graphical blocks to represent code concepts. Instead of writing complex lines of code, programmers, especially young learners, can drag and drop these blocks to form sequences and create programs.

  5. What Is Block Coding - Robots.net

    Sep 12, 2023 · Block coding is a fundamental concept in computer programming and software development that plays a crucial role in streamlining and organizing code. It is a method where a program is divided into discrete blocks or sections, each performing a specific task or function.

  6. Block Coding | Everything You Need to Know - CodaKid

    What is Block Code? What are motion blocks, look blocks, and sound blocks? What are the advantages of block coding? The complete guide.

  7. What is a Block? - Computer Hope

    Mar 15, 2025 · In computer programming, a code block or enclosing block is a group of declarations and statements that operates as a unit, usually with its own level of lexical scope. For instance, a block of code may define a function , a conditional statement , or a loop .

  8. What is Block-Based Programming? - Computer Hope

    Jun 22, 2024 · As opposed to text-based programming, block-based programming refers to programming language and IDE (Integrated Development Environment) that separates executable actions into modular portions called blocks. These blocks are generally represented with icons that can be clicked and dragged to reorder them.

  9. What is block coding? - California Learning Resource Network

    Dec 27, 2024 · Block coding, also known as visual programming or drag-and-drop programming, is a programming paradigm that utilizes visual blocks to represent chunks of code. These blocks are connected together to create a program, eliminating the need to write code line by line.

  10. A to Z Guide on Block-based Coding [Updated 2021]

    In uncomplicated terms, block coding is a process used in computer programming where text-based software codes change to a visual block format to create animated games, characters, and even stories. With block coding, kids can learn the basics and foundational concepts through visuals instead of text-based coding.

Refresh