【多选题】【消耗次数:1】
复式记账法具体包括哪些种类
总分
借贷
增减
收付
参考答案:
复制
纠错
相关题目
【单选题】 借贷记账法是一种复式记账法,记账符号为( )。
①  “借”和“贷”
②  “增”和“减”
③  “收”和“付”
④  会计科目
【简答题】 什么是借贷记账法?借贷记账法的主要内容有哪些?
【判断题】 借贷记账法的记账符号表示经济业务的增减变动,也表示记账方向。
①  正确
②  错误
【判断题】 借贷记账法的记账符号表示经济业务的增减变动,也表示记账方向。( )
①  正确
②  错误
【多选题】 借贷记账法主要内容包括:
①  记账符号
②  账户设置
③  记账规则
④  试算平衡
【单选题】 借贷记账法的记账规则是()。
①  同增、同减、有增、有减
②  同收、同付、有收、有付
③  有增必有减,增减必相等
④  有借必有贷,借贷必相等
【多选题】 借贷记账法下的试算平衡包括( )。
①  增加额试算平衡
②  减少额试算平衡
③  发生额试算平衡
④  余额试算平衡
【简答题】 什么是单式记账法和复式记账法?
【多选题】 借贷记账法的记账规则是( )
①  有借必有贷
②  借贷必相等
③  借方登记增加数
④  贷方登记减少数
⑤  余额在借方
【简答题】 借贷记账法的试算平衡包括[填空]和[填空]
随机题目
【单选题】 页面中有一表单myform,表单中有名为txtEmail的输入电子邮件文本框,则以下验证电子邮件格式必须包含点符号(.)代码正确的是( ).(选择 一项)(选择一项)
①  var strEmail = document.myform.txtEmail.value; if(strEmail.indexOf(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号! document.myform.txtEmail.focus( ); }
②  var strEmail = document.myform.txtEmail.text; if(strEmail.indexOf(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号! document.myform.txtEmail.focus( ); }
③  var strEmail = document.myform.txtEmail.value; if(strEmail.concat(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号! document.myform.txtEmail.focus( ); }
④  var strEmail = document.myform.txtEmail.text; if(strEmail.concat(.,0)==-1){ alert(电子邮件格式不正确\n必须包含点符号! document.myform.txtEmail.focus( ); }
【多选题】 下列( )可以使窗口显示前一个页面(选择二项)
①  back( )
②  forward( )
③  go(1)
④  go(-1)
【多选题】 下列选项中,( )可以打开一个无状态栏的页面。(选择二项)
①  window.open(advert.html
②  window.open(advert.html,广告,toolbar=1,scrollbars=0,status=1
③  window.open(advert.html,,scrollbars=1,location=0,resizable=1
④  window.open(advert.html,,toolbars=0, scrollbars=1, location=1, status=no
【多选题】 在JavaScript中,下列方法中相当于客户端点击F5(刷新)的是()(选择二项)
①  document.replace( );
②  document.reload( );
③  location.replace(location.href);
④  location.reload( );
【单选题】 下面( )可实现刷新当前页面。(选择一项)
①  reload( )
②  replace( )
③  href
④  referrer
【单选题】 有如下JavaScript代码,运行后页面文档背景色为蓝色,要实现该效果,横向处应填写( )。script language=JavaScriptfunction change( ){ document.______=blue}/scriptbody onload=change( )/body(选择一项)
①  bgColor
②  backgroud
③  color
④  background-color
【单选题】 在javascript浏览器对象模型中,window对象的( )属性用来指定浏览器状态栏中显示的临时消息。(选择一项)
①  status
②  screen
③  history
④  document
【单选题】 以下选项中,( )可以打开一个无状态栏,无工具栏、有滚动条的页面。(选择一项)
①  window.open(adv.html
②  window.open(adv.html,广告,toolbar=0,scrollbar=0,status=1)
③  window.open(adv.html,广告,toolbar=1,scrollbar=1,status=0)
④  window.open(adv.html,广告,toolbar=0,scrollbar=1,status=0)
【单选题】 下面( )不是document对象的方法。(选择一项)
①  getElementsByName( )
②  getElementById( )
③  write( )
④  reload( )
【单选题】 有如下JavaScript代码: .... script language=JavaScript var x = true; document.write(x); /script .....页面运行后,输出( )。(选择一项)
①  1
②  0
③  true
④