Variable - Stores a value that can change. Example: x = 5 assigns 5 to x., Output - Displays something on the screen. Example: print("Hello") shows "Hello"., Input - Asks the user for information. Example: name = input("What’s your name?")., If/Else - Chooses what to do based on a condition. Example: if x > 0 then print("Positive") else print("Negative") endif., Count Loop - Repeats a task a set number of times. Example: for i = 1 to 3 print("Repeat") next i., Condition Loop - Repeats while a condition is true. Example: while answer != "yes" answer = input("Try again:") endwhile., Logic - Combines conditions using AND, OR, or NOT. Example: if x > 5 AND y < 10 then print("Valid")., String - Text stored in a variable. Example: name = "Alice" stores "Alice"., Subroutine - A reusable mini-program. Example: function add(x, y) return x + y endfunction., Comment - Explains the code and is ignored by the computer. Example: // This is a comment.,
0%
Pseudocode keywords
共有
共有
共有
Entrepreneurquizzes
さんの投稿です
Secondary
KS3
Computing
コンテンツの編集
印刷
埋め込み
もっと見る
割り当て
リーダーボード
もっと表示する
表示を少なくする
このリーダーボードは現在非公開です。公開するには
共有
をクリックしてください。
このリーダーボードは、リソースの所有者によって無効にされています。
このリーダーボードは、あなたのオプションがリソースオーナーと異なるため、無効になっています。
オプションを元に戻す
マッチアップ
は自由形式のテンプレートです。リーダーボード用のスコアは生成されません。
ログインが必要です
表示スタイル
フォント
サブスクリプションが必要です
オプション
テンプレートを切り替える
すべてを表示
アクティビティを再生すると、より多くのフォーマットが表示されます。
オープン結果
リンクをコピー
QRコード
削除
自動保存:
を復元しますか?